update_adam_mapping: Update mapping rule in 'adam_mapping'

View source: R/update.R

update_adam_mappingR Documentation

Update mapping rule in adam_mapping

Description

Update mapping rule in adam_mapping

Usage

update_adam_mapping(meta, name, ...)

Arguments

meta

A meta_adam object.

name

A vector of keywords.

...

Additional variables to be added in the mapping rule among those keywords.

Value

A metadata object with the input updated.

Examples

meta <- meta_example()
meta <- update_adam_mapping(meta, names(meta$parameter), start_date = "ASTDT")
collect_adam_mapping(meta, "ser")

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