Skip to content

Function signature #959

@sgorm123

Description

@sgorm123

Could I recommend the styler create the function signature to align the = signs? Example below, it just feels a little more elegant to me. The same is true for any function call.
Just a thought and thanks for creating this package.
Stephen

derive_param_lasta <- function(dataset         = NULL,
                               order           = admiral::vars(STUDYID, USUBJID, ADT),
                               by_vars         = admiral::vars(STUDYID, USUBJID),
                               filter_source   = PARAMCD == "OVR" & ANL01FL == "Y",
                               source_pd       = NULL,
                               source_datasets = list(adrs = adrs),
                               subject_keys    = admiral::vars(STUDYID, USUBJID),
                               set_values_to   = NULL) {

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions