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
Since #497parse_factor() has the option to automatically figure out levels by setting levels = NULL. Shouldn't this be the default, so that, for example, a call to col_factor() without arguments would make use of this feature?
I came across this because I was intuitively expecting col_factor() to do this already. Seems it wouldn't break any existing code since currently col_factor() alone throws an error.
The text was updated successfully, but these errors were encountered:
This old issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with reprex) and link to this issue. https://reprex.tidyverse.org/
lockbot
locked and limited conversation to collaborators
May 15, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Since #497
parse_factor()
has the option to automatically figure out levels by settinglevels = NULL
. Shouldn't this be the default, so that, for example, a call tocol_factor()
without arguments would make use of this feature?I came across this because I was intuitively expecting
col_factor()
to do this already. Seems it wouldn't break any existing code since currentlycol_factor()
alone throws an error.The text was updated successfully, but these errors were encountered: