ael01_nollt_main | 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",
split_into_pages_by_var = NULL,
unique_rows = TRUE,
...
)
ael01_nollt_pre(
adam_db,
dataset = "adae",
key_cols = c("AEBODSYS", "AEDECOD"),
disp_cols = "AETERM",
...
)
ael01_nollt
adam_db |
( |
dataset |
( |
key_cols |
( |
disp_cols |
( |
split_into_pages_by_var |
( |
unique_rows |
( |
... |
additional arguments passed to |
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
.
ael01_nollt_main()
: Main TLG function
ael01_nollt_pre()
: Preprocessing
adam_db
object must contain the dataset
table with columns specified by key_cols
and disp_cols
.
run(ael01_nollt, syn_data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.