dlab-berkeley / R-Fundamentals

D-Lab's 4 part, 8 hour introduction to R Fundamentals. Learn how to create variables and functions, manipulate data frames, make visualizations, use control flow structures, and more, using R in RStudio.
29 stars 8 forks source link

Part 4 - reorganization #13

Closed heroashman closed 8 months ago

heroashman commented 12 months ago

Notes from Mingyu after teaching R Fundamentals: In Part 4, we feel it makes more sense to introduce R functions first, and then move forward to ggplot. Start with an even simpler function, perhaps referring to the functions that have been introduced to participants in previous sessions. The syntax/grammar of ggplot may look intimidating to folks; leave it to the end and link it to the R data viz workshop.

Suggestions from discussion with Mingyu and Hero

heroashman commented 8 months ago

Made these changes. All pushed now