We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
To match #5
Would only be usable in mutate-like contexts, but would take a variable selection as the first argument.
df %>% summarise(col_mean(everything()))
Return a tibble, to work with tidyverse/dplyr#2326
The text was updated successfully, but these errors were encountered:
I think we've now moved away from this idea in favour of an explicit across()
across()
Sorry, something went wrong.
No branches or pull requests
To match #5
Would only be usable in mutate-like contexts, but would take a variable selection as the first argument.
Return a tibble, to work with tidyverse/dplyr#2326
The text was updated successfully, but these errors were encountered: