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

Remove arg calls if appropriate #685

Open
avahoffman opened this issue Jan 16, 2025 · 1 comment
Open

Remove arg calls if appropriate #685

avahoffman opened this issue Jan 16, 2025 · 1 comment

Comments

@avahoffman
Copy link
Collaborator

data %>%
  summarize(across(
    .cols = {vector or tidyselect},
    .fns = {some function},
    {additional arguments}
  ))

I'm thinking the .cols and .fns could be removed from things that look like above

@clifmckee
Copy link
Collaborator

Also need to make sure that we are using anonymous functions in our examples where additional arguments are needed. There are a few places where some error messages about deprecated code are still showing up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants