ael01_nollt_main {chevron}R Documentation

AEL01_NOLLT Listing 1 (Default) Glossary of Preferred Terms and Investigator-Specified Terms.

Description

AEL01_NOLLT Listing 1 (Default) Glossary of Preferred Terms and Investigator-Specified Terms.

Usage

ael01_nollt_main(
  adam_db,
  dataset = "adae",
  key_cols = c("AEBODSYS", "AEDECOD"),
  disp_cols = "AETERM",
  default_formatting = list(all = fmt_config(align = "left"), numeric = fmt_config(align
    = "center")),
  col_formatting = NULL,
  unique_rows = TRUE,
  ...
)

ael01_nollt_pre(
  adam_db,
  dataset = "adae",
  key_cols = c("AEBODSYS", "AEDECOD"),
  disp_cols = "AETERM",
  ...
)

ael01_nollt_post(tlg, ...)

ael01_nollt

Arguments

adam_db

(list of data.frames) object containing the ADaM datasets

dataset

(character) the name of a table in the adam_db object.

key_cols

(character) names of columns that should be treated as key columns when rendering the listing. Key columns allow you to group repeat occurrences.

disp_cols

(character) names of non-key columns which should be displayed when the listing is rendered.

default_formatting

(list) the default format of the listing columns. See rlistings::as_listing.

col_formatting

(list) the format of specific listing columns. See rlistings::as_listing.

unique_rows

(flag) whether to keep only unique rows in listing.

...

additional arguments passed to rlistings::as_listing.

tlg

(TableTree, Listing or ggplot) object typically produced by a main function.

Format

An object of class chevron_l of length 1.

Details

Value

the main function returns an rlistings or a list object.

the preprocessing function returns a list of data.frame.

the postprocessing function returns an rlistings object or an ElementaryTable (null report).

Functions

Note

Examples

run(ael01_nollt, syn_data)

[Package chevron version 0.2.6 Index]