A lab/workshop is interactive -> should ideally result in some OUTCOME that is student-created.
A tutorial can be pre-recorded -> A presentation can be recorded -> Slide decks
- Using RStudio server to create a graph.
Outcome: A pdf of including a figure
- Syntax
- Objects, vectors,
- Shortcuts (e.g. Ctrl+Shift+M)
- Tidy data
- Basics, fork, pull requests etc.
Outcome: Create/respond to a pull-request
- Import data
- Filter, arrange, joins, etc.
- Wrangle data
- group_by/summarise
- Tables in Rmarkdown (knitr/kable, flextable, gt...)
Outcome: A rendered RMarkdown file (html/word/pdf)
- Writing a report in R combining data and Rmarkdown/quarto + scripts
Outcome: A working github repository arranged as a R Project
- Reproducible analyses
- Combining data tables with common keys
- Combine strings, factors and date/time data into a plot