General Argument Name Convention
gen_args.Rd
General Argument Name Convention
Usage
gen_args(
adam_db,
main,
preprocess,
postprocess,
adam_datasets,
type,
arm_var,
lbl_overall,
prune_0,
req_tables,
deco,
group,
tlg,
tlgfname,
visit_var,
visit_value,
paramcd_value,
...
)
Arguments
- adam_db
(
dm
) object containing theADaM
datasets- main
(
function
) returning atlg
, withadam_db
as first argument. Typically one of the_main
function ofchevron
.- preprocess
(
function
) returning a pre-processeddm
object, withadam_db
as first argument. Typically one of the_pre
function ofchevron
.- postprocess
(
function
) returning a post-processedtlg
, withtlg
as first argument.- adam_datasets
(
character
) representing the names of the tables from anADaM
data set required fortlg
creation.- type
(
string
) indicating the subclass.- arm_var
(
character
) variable used for column splitting- lbl_overall
(
character
) label used for overall column, if set toNULL
the overall column is omitted- prune_0
(
logical
) remove 0 count rows- req_tables
(
character
) names of the required tables.- deco
(
character
) decoration withtitle
,subtitles
andmain_footer
content- group
(
list of lists
) for group-dependent data binning- tlg
(
TableTree
,Listing
orggplot
) object typically produced by amain
function.- tlgfname
(
character
) function name of TLG function- visit_var
Analysis Visit variable.
- visit_value
Value of visit variable.
- paramcd_value
Value of PARAMCD variable.
- ...
not used.