meta_example_exploration {metalite} | R 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 |
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")
[Package metalite version 0.1.3 Index]