homlr icon indicating copy to clipboard operation
homlr copied to clipboard

5.1 code no longer works

Open RaymondBalise opened this issue 5 years ago • 0 comments

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.

RaymondBalise avatar Mar 28 '21 13:03 RaymondBalise