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 2 - poll and demo #40

Open kamyayadav opened 7 months ago

kamyayadav commented 7 months ago
  1. Poll 2-1 has a typo where the third option should say seq(from= ...) and not seq(from- ...)
  2. Maybe the demo should not introduce tidyverse and we should use indexing to choose rows. Students don't know what tidyverse is and haven't installed it so they may be quite confused seeing it out of the blue!
heroashman commented 4 months ago

For (2) I've added a line to install tidyverse - b/c this is a demo for the instructor I'll keep the reference to tidyverse for now but can consider your change in the future if its not working out. Thanks!