collect_population_record {metalite}R Documentation

Collect population record from population dataset

Description

The key variables used in id, group, and subset are displayed by default.

Usage

collect_population_record(meta, population, var = NULL)

Arguments

meta

A meta_adam object.

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.

Value

A data frame containing the variables in the population dataset.

Examples

meta <- meta_example()
head(collect_population_record(meta, "apat"))
head(collect_population_record(meta, "apat", var = "AGE"))

[Package metalite version 0.1.3 Index]