Skip to content

Dev mode arguments? #511

@ddsjoberg

Description

@ddsjoberg

Should we add an argument that skips the input checks, e.g. ard_tabulate(dev_mode = TRUE) and we won't check the classes of inputs, won't process tidyselect, etc.

This could improve efficiency when writing functions that wrap our ARD functions. In the user facing functions, we've already performed many checks, and now we're re-checking them.

Also, this could be implemented via an option instead of an argument, so it's less user facing.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions