-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
*_if operates on all columns if a predicate returns just character() (= no match) #1989
Comments
luke-a
changed the title
*_if() operates on all columns if a predicate returns just character() (= no match)
*_if operates on all columns if a predicate returns just character() (= no match)
Jul 4, 2016
lionel-
added a commit
to lionel-/dplyr
that referenced
this issue
Jul 11, 2016
lionel-
added a commit
to lionel-/dplyr
that referenced
this issue
Jul 11, 2016
hadley
pushed a commit
that referenced
this issue
Aug 24, 2016
Is this fix not in dplyr v0.5.0? I'm seeing this:
|
@karimn |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I don't know if this is an intended behavior (confused me):
mutate_if
turned the integer columny
into a factor on an is.character check.My
packageVersion("dplyr")
is‘0.5.0.9000’
The text was updated successfully, but these errors were encountered: