ael03_main {chevron} | R Documentation |
AEL03
Listing 1 (Default) Listing of Serious Adverse Events.
Description
AEL03
Listing 1 (Default) Listing of Serious Adverse Events.
Usage
ael03_main(
adam_db,
dataset = "adae",
key_cols = c("ID", "ASR"),
disp_cols = c("AEDECOD", "TRTSDTM", "ASTDY", "ADURN", "ASEV", "AREL", "AEOUT",
"AECONTRT", "AEACN", "SERREAS"),
split_into_pages_by_var = "ACTARM",
unique_rows = FALSE,
...
)
ael03_pre(adam_db, dataset = "adae", arm_var = "ACTARM", ...)
ael03
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.
Functions
-
ael03_main()
: Main TLG function -
ael03_pre()
: Preprocessing
Examples
res <- run(ael03, syn_data)
[Package chevron version 0.2.7 Index]