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 cheat sheet for forcats includes factor and levels functions. However, these are not actually implemented by forcats, but are part of base R. This causes confusion since calls like forcats::factor will fail.
The text was updated successfully, but these errors were encountered:
The cheat sheet for forcats includes
factor
andlevels
functions. However, these are not actually implemented by forcats, but are part of base R. This causes confusion since calls likeforcats::factor
will fail.The text was updated successfully, but these errors were encountered: