ael01_nollt_main {chevron} | R Documentation |
AEL01_NOLLT
Listing 1 (Default) Glossary of Preferred Terms and Investigator-Specified Terms.AEL01_NOLLT
Listing 1 (Default) Glossary of Preferred Terms and Investigator-Specified Terms.
ael01_nollt_main(
adam_db,
dataset = "adae",
key_cols = c("AEBODSYS", "AEDECOD"),
disp_cols = "AETERM",
default_formatting = list(all = fmt_config(align = "left"), numeric = fmt_config(align
= "center")),
col_formatting = NULL,
unique_rows = TRUE,
...
)
ael01_nollt_pre(
adam_db,
dataset = "adae",
key_cols = c("AEBODSYS", "AEDECOD"),
disp_cols = "AETERM",
...
)
ael01_nollt_post(tlg, ...)
ael01_nollt
adam_db |
( |
dataset |
( |
key_cols |
( |
disp_cols |
( |
default_formatting |
( |
col_formatting |
( |
unique_rows |
( |
... |
additional arguments passed to |
tlg |
( |
An object of class chevron_l
of length 1.
Removes duplicate rows.
By default, uses dataset adae
, sorting by key columns AEBODSYS
and AEDECOD
.
If using with a dataset other than adae
, be sure to specify the desired labels for variables in
key_cols
and disp_cols
, and pre-process missing data.
the main function returns an rlistings
or a list
object.
the preprocessing function returns a list
of data.frame
.
the postprocessing function returns an rlistings
object or an ElementaryTable
(null report).
ael01_nollt_main()
: Main TLG function
ael01_nollt_pre()
: Preprocessing
ael01_nollt_post()
: Postprocessing
adam_db
object must contain the dataset
table with columns specified by key_cols
and disp_cols
.
run(ael01_nollt, syn_data)