Learn R Programming

metalite (version 0.1.4)

meta_adam: Create a metadata representation for ADaM data analysis

Description

Create a metadata representation for ADaM data analysis

Usage

meta_adam(observation, population = observation)

Value

An initialized metadata object with observation and population defined.

Arguments

observation

A data frame for observation level data.

population

A data frame for population level data. Default is the same as observation.

Examples

Run this code
meta_adam(observation = r2rtf::r2rtf_adae, population = r2rtf::r2rtf_adae)

Run the code above in your browser using DataLab