collect_population_record | R Documentation |
The key variables used in id
, group
, and subset
are displayed by default.
collect_population_record(meta, population, var = NULL)
meta |
A |
population |
A character value of population term name. The term name is used as key to link information. |
var |
A character vector of additional variables to be displayed in the output. |
A data frame containing the variables in the population dataset.
meta <- meta_example()
head(collect_population_record(meta, "apat"))
head(collect_population_record(meta, "apat", var = "AGE"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.