Skip to content

Allow functions called by summarise_at to dynamically determine function parameters #7675

@yaboody

Description

@yaboody

I'm working on a function which dynamically groups by and summarises according to a given set of groups, variables to be summarised, and the functions used to summarise them. All of this can be done via function arguments. However, some functions also have optional parameters (for example na.rm = TRUE|FALSE). Setting the parameter to TRUE or FALSE is trivial, but I would also like to be able to specify that the parameter I want to make use of is "na.rm =".

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions