AEL03
Listing 1 (Default) Listing of Serious Adverse Events.AEL03
Listing 1 (Default) Listing of Serious Adverse Events.
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
the main function returns an rlistings
or a list
object.
An object of class chevron_l
of length 1.
(list
of data.frames
) object containing the ADaM
datasets
(string
) the name of a table in the adam_db
object.
(character
) names of columns that should be treated as key columns when rendering the listing.
Key columns allow you to group repeat occurrences.
(character
) names of non-key columns which should be displayed when the listing is rendered.
(character
or NULL
) the name of the variable to split the listing by.
(flag
) whether to keep only unique rows in listing.
not used.
(string
) variable used for column splitting
ael03_main()
: Main TLG function
ael03_pre()
: Preprocessing