- File: [r_and_rstudio_basic.Rmd](https://github.com/EDUCE-UBC/educer/blob/r-and-rstudio-basic/inst/tutorials/r_and_rstudio_basic/r_and_rstudio_basic.Rmd). - On branch `r-and-rstudio-basic`. To Do: - [x] Compare with [non-interactive version](https://github.com/EDUCE-UBC/courses/blob/master/MICB301/tutorials/1.MICB301_introR_tutorial.html) and make sure the same content is covered. - [x] Add section on data frame/tabular data. - [ ] 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 `select()`, `filter()`, and `slice()` commands. - [x] Write a description of the tutorial. - [x] Include learning goals. - [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).