View source: R/meta_example_exploration.R
meta_example_exploration | R Documentation |
meta_adam
objectCreate a data exploration meta_adam
object
meta_example_exploration(
data,
group,
name = "ase",
subset = NULL,
label = "All Subjects Enrolled"
)
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. |
A metadata object.
meta <- meta_example_exploration(r2rtf::r2rtf_adsl, group = "TRT01A")
collect_n_subject(meta, "ase", "AGE")
collect_n_subject(meta, "ase", "SEX")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.