powered by
meta_adam
Create a data exploration meta_adam object
meta_example_exploration( data, group, name = "ase", subset = NULL, label = "All Subjects Enrolled" )
A metadata object.
A data frame.
A character vector of group variable names in an ADaM dataset.
A character value of term name. The term name is used as key to link information.
An expression to identify analysis records. See base::subset().
base::subset()
A character value of analysis label.
meta <- meta_example_exploration(r2rtf::r2rtf_adsl, group = "TRT01A") collect_n_subject(meta, "ase", "AGE") collect_n_subject(meta, "ase", "SEX")
Run the code above in your browser using DataLab