Closed fschier closed 3 years ago
dplyr::across does not take a vector of c(mean, median) as a value to the .fns argument. Instead a list list(mean, median) is required. Found this by coincidence, so other skripts might need some adaption as well.
Greetings Felix
Thank you
Thanks. I've updated this in the lesson.
dplyr::across does not take a vector of c(mean, median) as a value to the .fns argument. Instead a list list(mean, median) is required. Found this by coincidence, so other skripts might need some adaption as well.
Greetings Felix