| ael02_main | R Documentation |
AEL02 Listing 1 (Default) Listing of Adverse Events.AEL02 Listing 1 (Default) Listing of Adverse Events.
ael02_main(
adam_db,
dataset = "adae",
key_cols = c("ID", "ASR"),
disp_cols = c("AEDECOD", "TRTSDTM", "ASTDY", "ADURN", "AESER", "ASEV", "AREL", "AEOUT",
"AECONTRT", "AEACN"),
split_into_pages_by_var = "ACTARM",
unique_rows = FALSE,
...
)
ael02_pre(adam_db, dataset = "adae", arm_var = "ACTARM", ...)
ael02
adam_db |
( |
dataset |
( |
key_cols |
( |
disp_cols |
( |
split_into_pages_by_var |
( |
unique_rows |
( |
... |
not used. |
arm_var |
( |
An object of class chevron_l of length 1.
the main function returns an rlistings or a list object.
the preprocessing function returns a list of data.frame.
ael02_main(): Main TLG function
ael02_pre(): Preprocessing
res <- run(ael02, syn_data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.