ael02_main {chevron} | R Documentation |
AEL02
Listing 1 (Default) Listing of Adverse Events.
Description
AEL02
Listing 1 (Default) Listing of Adverse Events.
Usage
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
Arguments
adam_db |
( |
dataset |
( |
key_cols |
( |
disp_cols |
( |
split_into_pages_by_var |
( |
unique_rows |
( |
... |
not used. |
arm_var |
( |
Format
An object of class chevron_l
of length 1.
Value
the main function returns an rlistings
or a list
object.
the preprocessing function returns a list
of data.frame
.
Functions
-
ael02_main()
: Main TLG function -
ael02_pre()
: Preprocessing
Examples
res <- run(ael02, syn_data)