powered by
The key variables used in id, group, and subset are displayed by default.
id
group
subset
collect_population_record(meta, population, var = NULL)
A data frame containing the variables in the population 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 vector of additional variables to be displayed in the output.
meta <- meta_example() head(collect_population_record(meta, "apat")) head(collect_population_record(meta, "apat", var = "AGE"))
Run the code above in your browser using DataLab