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
across(, ...)
Passing extra arguments to .fns is hard to do right, and across() will be easier to reason about if it does not have to deal with ....
.fns
across()
...
The text was updated successfully, but these errors were encountered:
tryCatch()
Investigate if this fixes #6251 (comment) when we officially deprecate this and simplify across()
Sorry, something went wrong.
Deprecate passing additional arguments in across
26e8360
Fixes #6073
0dd7eea
remove deprecated ... in across()
e06e8f1
passing additional arguments to round function using lambda. Using ... is deprecated (see https://dplyr.tidyverse.org/news/index.html#newly-deprecated-1-1-0 and tidyverse/dplyr#6073)
Successfully merging a pull request may close this issue.
Passing extra arguments to
.fns
is hard to do right, andacross()
will be easier to reason about if it does not have to deal with...
.The text was updated successfully, but these errors were encountered: