collect_population | R Documentation |
Collect specification for population definition
collect_population(meta, population, observation = NULL, parameter = NULL)
meta |
A |
population |
A character value of population term name. The term name is used as key to link information. |
observation |
A character value of observation term name. The term name is used as key to link information. |
parameter |
A character value of parameter term name. The term name is used as key to link information. |
A list covering the filter of population, observation (if given) and parameter (if given).
meta <- meta_example()
collect_population(meta, "apat")
collect_population(meta, "apat", "wk12")
collect_population(meta, "apat", "wk12", "ser")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.