ael01_nollt: 'AEL01_NOLLT' Listing 1 (Default) Glossary of Preferred Terms...

ael01_nollt_mainR 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",
  split_into_pages_by_var = NULL,
  unique_rows = TRUE,
  ...
)

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

ael01_nollt

Arguments

adam_db

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

dataset

(string) 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.

split_into_pages_by_var

(character or NULL) the name of the variable to split the listing by.

unique_rows

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

...

additional arguments passed to rlistings::as_listing.

Format

An object of class chevron_l of length 1.

Details

  • Removes duplicate rows.

  • By default, uses dataset adae, sorting by key columns AEBODSYS and AEDECOD.

  • If using with a dataset other than adae, be sure to specify the desired labels for variables in key_cols and disp_cols, and pre-process missing data.

Value

the main function returns an rlistings or a list object.

the preprocessing function returns a list of data.frame.

Functions

  • ael01_nollt_main(): Main TLG function

  • ael01_nollt_pre(): Preprocessing

Note

  • adam_db object must contain the dataset table with columns specified by key_cols and disp_cols.

Examples

run(ael01_nollt, syn_data)

chevron documentation built on June 20, 2025, 5:08 p.m.