2025-01-22
Before class: Readings
During class: Coding
After class: Exercises
Student and coding hours
Course website: dpavir.org
Futz around and find out
Mistakes are OK (they’ll happen a lot)
Learn from your mistakes (bug journal?)
Ask for help
Share successes and failures with others
All code
is in monospace font purple 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