I have a student who is running the code in 1.3. When they run the provided code
example_dat <- select(dat, name, median_debt, ownership, admit_rate, hbcu)
head (examle_dat)
They are getting the following error.
Error in select(dat, name, median_debt, ownership, admit_rate, hbcu): could not find function "select"
Traceback: