Learn R Programming

metalite (version 0.1.4)

collect_population_index: Collect population record index from population dataset

Description

Collect population record index from population dataset

Usage

collect_population_index(meta, population)

Value

A vector of patient index within the population group.

Arguments

meta

A meta_adam object.

population

A character value of population term name. The term name is used as key to link information.

Examples

Run this code
meta <- meta_example()
head(collect_population_index(meta, "apat"))

Run the code above in your browser using DataLab