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.
31 stars 9 forks source link

Part 4 - missing text #44

Open alexramiller opened 8 months ago

alexramiller commented 8 months ago

Lines 52-53 currently read as follows:

In Part 3 we used `summary()`, `table()`, and `mean()` to learn some things about our data. For example:
CLEAN UP

Examples appear to be missing, and it moves straight on to the challenge.