meta_inherit: Inherit meta information by keywords

View source: R/meta_inherit.R

meta_inheritR Documentation

Inherit meta information by keywords

Description

Inherit meta information by keywords

Usage

meta_inherit(meta, inherit, name, overwrite = FALSE)

Arguments

meta

A meta_adam object.

inherit

A meta_adam object to be inherit.

name

A vector of keywords from meta_inherit to meta_adam.

overwrite

A logical value to force mapping update.

Value

A metadata object with population defined.

Examples

meta_adam(
  population = r2rtf::r2rtf_adsl,
  observation = r2rtf::r2rtf_adae
) |>
  meta_inherit(meta_example(), c("apat", "wk12", "ae_summary"))


metalite documentation built on Sept. 11, 2024, 7:18 p.m.