You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The tidyverse example contains a mutate on homeownership which needs a base-R equivalent have (I've used stringr here as in the piece it states stringr is not tidyverse).
The dataset is loan data available in the openintro package. Here is the Tidy code to preprocess the data:
In base-R:
The tidyverse example contains a mutate on
homeownership
which needs a base-R equivalent have (I've used stringr here as in the piece it states stringr is not tidyverse).The text was updated successfully, but these errors were encountered: