meta_example_exploration: Create a data exploration 'meta_adam' object

View source: R/meta_example_exploration.R

meta_example_explorationR Documentation

Create a data exploration meta_adam object

Description

Create a data exploration meta_adam object

Usage

meta_example_exploration(
  data,
  group,
  name = "ase",
  subset = NULL,
  label = "All Subjects Enrolled"
)

Arguments

data

A data frame.

group

A character vector of group variable names in an ADaM dataset.

name

A character value of term name. The term name is used as key to link information.

subset

An expression to identify analysis records. See base::subset().

label

A character value of analysis label.

Value

A metadata object.

Examples

meta <- meta_example_exploration(r2rtf::r2rtf_adsl, group = "TRT01A")
collect_n_subject(meta, "ase", "AGE")
collect_n_subject(meta, "ase", "SEX")

metalite documentation built on Sept. 11, 2024, 7:18 p.m.