Learn R Programming

metalite (version 0.1.4)

collect_observation_index: Collect observation record index from observation dataset

Description

Collect observation record index from observation dataset

Usage

collect_observation_index(meta, population, observation, parameter)

Value

A vector of patient index within the observation 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.

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.

Examples

Run this code
meta <- meta_example()
collect_observation_index(meta, "apat", "wk12", "ser")

Run the code above in your browser using DataLab