Learn R Programming

chevron (version 0.2.7)

cml02a_gl_main: CML02A_GL Listing 1 (Default) Concomitant Medication Class Level 2, Preferred Name, and Investigator-Specified Terms.

Description

CML02A_GL Listing 1 (Default) Concomitant Medication Class Level 2, Preferred Name, and Investigator-Specified Terms.

Usage

cml02a_gl_main(
  adam_db,
  dataset = "adcm",
  key_cols = c("ATC2", "CMDECOD"),
  disp_cols = c("ATC2", "CMDECOD", "CMTRT"),
  split_into_pages_by_var = NULL,
  unique_rows = TRUE,
  ...
)

cml02a_gl_pre( adam_db, dataset = "adcm", disp_cols = c("ATC2", "CMDECOD", "CMTRT"), ... )

cml02a_gl

Value

the main function returns an rlistings or a list object.

the preprocessing function returns a list of data.frame.

Format

An object of class chevron_l of length 1.

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.

...

not used.

Functions

  • cml02a_gl_main(): Main TLG function

  • cml02a_gl_pre(): Preprocessing

Examples

Run this code
run(cml02a_gl, syn_data)

Run the code above in your browser using DataLab