2023-01-23
Source: Allison Horst
Before class: Readings and presentations
During class: Coding
After class: Exercises
Course website: dpavir.org



Source: Allison Horst
All code is in monospace font text
R functions end with parentheses: function()
Directory names end with slash: home/
Package names are surrounded by curly braces: {tidyverse}
Keyboard buttons separate keys with a plus: Ctrl+S
These are parentheses (), brackets [], and braces {}
Links are in light blue text



Introduction coding [Rmd file]