-
Notifications
You must be signed in to change notification settings - Fork 71
Closed
Description
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) {