TRohn Error in arrange(example_dat, admit_rate): could not find function "arrange" Traceback: I cannot figure out why it is saying it can't find the arrange function? Any help is appreciated.
dashiell-young-saver Did you already run the library(coursekata) command from the first code cell? Each time you open the notebook, running that command will make sure you have all the packages and functions you need, including the arrange function.
dylarm To add onto dashiell-young-saver for anyone in the future who may want some more information, the arrange function is a part of the dplyr package (great for data manipulation), and dplyr gets loaded by coursekata.