Learn R Programming

metalite (version 0.1.4)

collect_population_record: 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)

Value

A data frame containing the variables in the population dataset.

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.

Examples

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

Run the code above in your browser using DataLab