ael01_nollt_main {chevron} | R Documentation |
AEL01_NOLLT
Listing 1 (Default) Glossary of Preferred Terms and Investigator-Specified Terms.
Description
AEL01_NOLLT
Listing 1 (Default) Glossary of Preferred Terms and Investigator-Specified Terms.
Usage
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
Arguments
adam_db |
( |
dataset |
( |
key_cols |
( |
disp_cols |
( |
default_formatting |
( |
col_formatting |
( |
unique_rows |
( |
... |
additional arguments passed to |
tlg |
( |
Format
An object of class chevron_l
of length 1.
Details
Removes duplicate rows.
By default, uses dataset
adae
, sorting by key columnsAEBODSYS
andAEDECOD
.If using with a dataset other than
adae
, be sure to specify the desired labels for variables inkey_cols
anddisp_cols
, and pre-process missing data.
Value
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).
Functions
-
ael01_nollt_main()
: Main TLG function -
ael01_nollt_pre()
: Preprocessing -
ael01_nollt_post()
: Postprocessing
Note
-
adam_db
object must contain thedataset
table with columns specified bykey_cols
anddisp_cols
.
Examples
run(ael01_nollt, syn_data)