worldbank/dime-r-training

Mar 2023 - Descriptive analysis

luisesanmartin opened this issue · 3 comments

  • Clarify that the output printed in the console will be different than what they in the slides because of the diff when printing in R MArkdown outputs vs raw printings in the console
  • Add numeration to the exercises

The code

# Export it to Excel 
quick_xlsx( 
  summary_stats_table, # object to be exported 
  file = here( # file path to output file  
    "DataWork", 
    "Output", 
    "Raw", 
    "summary-stats.xlsx" 
  ) 
)

in slide 34 seems to have additional blank spaces after the arguments that are copied into the chat of MS Teams and can cause the code to break when copied from there to RStudio. We should remove those blank spaces.
The same happened with the code in slide 40

consider moving Aggregating observations to the appendix since it might be repetitive with the content of data wrangling