We recommend that you open the html slides with Google Chrome web browser.
| Time | Activity |
|---|---|
| 1.00-1.30 | Installation Help |
| 1.30-2.00 | Lesson 1: Revisiting data wrangling starring janitor and broom |
| 2.00-2.15 | Break out session |
| 2.15-2.45 | Lesson 2: Formatting factors with forcats |
| 2.45-3.00 | Break out session |
| 3.00-3.30 | Coffee Break |
| 3.30-4.00 | Lesson 3: Dealing with dates with lubridate |
| 4.00-4.15 | Break out session |
| 4.15-4.45 | Lesson 4: Advanced data wrangling starring purrr |
| 4.45-5.00 | Break out session |
Please make sure you install the following packages with latest versions.
install.packages("tidyverse")
install.packages("rmarkdown")
install.packages("remotes")
install.packages("shiny")
install.packages("RVerbalExpressions")
install.packages("janitor")
install.packages("broom")
install.packages("agridat")
# you will need to have installed the remotes package for below
remotes::install_github("rstudio/learnr")
remotes::install_github("rstudio-education/gradethis")
remotes::install_github("ropenscilabs/ozbabynames")
remotes::install_github("gadenbuie/regexplain")
To do the exercises, please install the following package:
remotes::install_github("emitanaka/dwexercise")
In order to launch the exercises, use one of the commands below:
learnr::run_tutorial("day2-exercise-01", package = "dwexercise")
learnr::run_tutorial("day2-exercise-02", package = "dwexercise")
learnr::run_tutorial("day2-exercise-03", package = "dwexercise")
learnr::run_tutorial("day2-exercise-04", package = "dwexercise")
If the above are not working for you, you can try the shiny app version instead: