collect_population_index {metalite} | R Documentation |
Collect population record index from population dataset
Description
Collect population record index from population dataset
Usage
collect_population_index(meta, population)
Arguments
meta |
A |
population |
A character value of population term name. The term name is used as key to link information. |
Value
A vector of patient index within the population group.
Examples
meta <- meta_example()
head(collect_population_index(meta, "apat"))
[Package metalite version 0.1.3 Index]