powered by
The key variables used in id, group, and subset are displayed by default.
id
group
subset
collect_observation_record( meta, population, observation, parameter, var = NULL )
A data frame of the observation dataset.
A meta_adam object.
meta_adam
A character value of population term name. The term name is used as key to link information.
A character value of observation term name. The term name is used as key to link information.
A character value of parameter term name. The term name is used as key to link information.
A character vector of additional variables to be displayed in the output.
meta <- meta_example() collect_observation_record(meta, "apat", "wk12", "ser") collect_observation_record(meta, "apat", "wk12", "ser", var = "AEDECOD")
Run the code above in your browser using DataLab