homlr
homlr copied to clipboard
5.1 code no longer works
This line of code: df <- attrition %>% mutate_if(is.ordered, factor, ordered = FALSE) no longer works because the attrition dataset has been moved to the modeldata package. Add data("attrition") before that line to resolve the problem.