Skip to content
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

desc() inside arrange() checks the number of arguments. #5929

Merged
merged 1 commit into from
Jun 25, 2021

Conversation

romainfrancois
Copy link
Member

closes #5921

@romainfrancois
Copy link
Member Author

library(dplyr, warn.conflicts = FALSE)

mtcars %>% arrange(desc(hp, wt))
#> Error: `desc()` expects exactly one argument

Created on 2021-06-25 by the reprex package (v2.0.0)

@romainfrancois
Copy link
Member Author

cc @ianmcook

@romainfrancois romainfrancois added this to the 1.0.8 milestone Jun 25, 2021
@romainfrancois romainfrancois merged commit a5fef45 into master Jun 25, 2021
@romainfrancois romainfrancois deleted the 5921_arrange_desc branch June 25, 2021 15:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

desc() takes multiple arguments without error
1 participant