worldbank/dime-r-training

Exploratory Analysis - November 2021

Closed this issue ยท 4 comments

Exploratory Analysis - November 2021

Slides 23-24: skimr returns an error in live coding when using N = n inside the arguments sfl() and skim_with to generate a summary statistics table.
We don't know why this happens, perhaps the use of this statistic changed in recent versions of the package?

Slides 23-24: skimr returns an error in live coding when using N = n inside the arguments sfl() and skim_with to generate a summary statistics table. We don't know why this happens, perhaps the use of this statistic changed in recent versions of the package?

Try Obs = length instead of = n.

An exercise around slides ~25-30 (couldn't see exactly which was it) exports a table with quick_xlsx() but doesn't specify the file output path using the named argument file = ... in conjunction with here(). This should be corrected for the exported file to be created in the intended location

solved by 9673ac3