-
Notifications
You must be signed in to change notification settings - Fork 127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fct_recode(), rename factor level to f doesn't work #84
Comments
Same issue. I believe the problem is that is_ok <- function(x) is.character(x) && length(x) == 1
ok <- vapply(levels, is_ok, logical(1)) |
Thanks for the bug report! I'll attack this systematically as part of #110 |
i got this problem for fct_recode. I have useed !!! and haven't succeded .. Each input to fct_recode must be a single named string. Problems at positions: 1, 2 |
Commenting on a closed issue is pretty low visibility. Before opening a new thread here, let's see if we can get things sorted on https://community.rstudio.com. Do you mind asking it over there? (You might want to read https://www.tidyverse.org/help/ first to maximise your chances of getting a good answer.) |
The following gives an error, since f is also the name of the data argument.
Is there a recommended workaround for these situations?
The text was updated successfully, but these errors were encountered: