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 - typo #45

Open alexramiller opened 8 months ago

alexramiller commented 8 months ago

Line 107:

Text reads summary(gap_africa$lifeExp) when it should read summary(gap_europe$lifeExp)