Skip to content

Remove arg calls if appropriate #685

Open
@avahoffman

Description

@avahoffman
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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions