collect_adam_mapping {metalite}R Documentation

Collect adam_mapping from meta_adam by name

Description

Collect adam_mapping from meta_adam by name

Usage

collect_adam_mapping(meta, name)

Arguments

meta

A meta_adam object.

name

A keyword value.

Value

An adam_mapping class object containing the definition of the search variable in name.

Examples

meta <- meta_example()
collect_adam_mapping(meta, "apat")

[Package metalite version 0.1.3 Index]