Welcome to the tidyverse
Readings
- Skim chapter 2: Workflow: basics of R for Data Science (2e)
- Skim chapter 3: Data transformation of R for Data Science (2e)
- Revisit chapter 28: Quarto of R for Data Science (2e) as needed
Optional readings
- Chapter 4: Workflow: code style of R for Data Science (2e)
- Chapter 6: Workflow: scripts and projects of R for Data Science (2e)
- Hands-On Programming with R, by Garrett Grolemund, is a more detailed introduction to the nuts and bolts of programming in R
- FiveThirtyEight: The Economic Guide To Picking A College Major
Guiding questions
- What do the key verbs of
dplyrdo? - What class of objects do
dplyrverbs operate on? - How can you use
dplyrto summarize data by group? - What are pipes and what are they used for?
Slides
The slides for today’s lesson are available online as an HTML file. Use the buttons below to open the slides either as an interactive website or as a static PDF (for printing or storing for later).
View all slides in new window Download PDF of all slides
Fun fact: If you type ? (or shift + /) while going through the slides, you can see a list of special slide-specific commands.