General Argument Name Convention
gen_args(
adam_db,
main,
preprocess,
postprocess,
dataset,
type,
arm_var,
lbl_overall,
prune_0,
req_tables,
deco,
group,
tlg,
visitvar,
visit_value,
paramcd_value,
key_cols,
disp_cols,
row_split_var,
split_into_pages_by_var,
page_var,
unique_rows,
...
)invisible NULL. This function is for documentation purpose only.
(list of data.frames) object containing the ADaM datasets
(function) returning a tlg, with adam_db as first argument. Typically one of the _main function
of chevron.
(function) returning a pre-processed list of data.frames, with adam_db as first argument.
Typically one of the _pre function of chevron.
(function) returning a post-processed tlg, with tlg as first argument.
(string) the name of a table in the adam_db object.
(string) indicating the subclass.
(string) variable used for column splitting
(string) label used for overall column, if set to NULL the overall column is omitted
(flag) remove 0 count rows
(character) names of the required tables.
(character) decoration with title, subtitles and main_footer content
(list of lists) for group-dependent data binning
(TableTree, Listing or ggplot) object typically produced by a main function.
(string) typically "AVISIT" or user-defined visit incorporating "ATPT".
Value of visit variable.
Value of PARAMCD variable.
(character) names of columns that should be treated as key columns when rendering the listing.
Key columns allow you to group repeat occurrences.
(character) names of non-key columns which should be displayed when the listing is rendered.
(character) additional row split variables.
(character or NULL) the name of the variable to split the listing by.
(string) variable name prior to which the row split is by page.
(flag) whether to keep only unique rows in listing.
not used.
the following arguments are better provided through the study object: lbl_overall, arm_var.