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 3 Summary (minor removal) #51

Open CheFusi opened 4 months ago

CheFusi commented 4 months ago

In Key points it say 'We used the functions select(), min(), mean(), head(), filter(), summary(), is.na(), table() and factor().'

should say

'We used the functions select(), mean(), head(), filter(), summary(), is.na(), table() and factor().'

as min was not explicitly used