- File: [data_wrangling_basic.Rmd](https://github.com/EDUCE-UBC/educer/blob/wrangling-basic/inst/tutorials/data_wrangling_basic/data_wrangling_basic.Rmd). - On branch `wrangling-basic`. To Do: - [x] Write a description of the tutorial. - [x] Include learning goals. - [x] Remove tidyverse installation instructions. - [x] Replace Data description by using a shared [child document](https://bookdown.org/yihui/rmarkdown-cookbook/child-document.html) instead (cooridante with other TAs). - [x] Remove `group_by()`, `summarise` and `*_join()`. - [x] Include interactive exercises where students write or modify code. - [x] Add hints and/or solutions for exercises (if using hints, the solution can be your last hint). - [x] Add questions to test understanding of key concepts. - [x] Use [progressive reveal](https://rstudio.github.io/learnr/exercises.html#Progressive_Reveal).