pull_metadata: Pull metadata from scenarios

View source: R/pull.R

pull_metadataR Documentation

Pull metadata from scenarios

Description

The method pulls available metadata from scenario objects and returns a table with additional columns. If the argument already was a data.frame object, the columns are appended. May overwrite existing columns of the same name.

Usage

pull_metadata(x, model = TRUE, exposure = TRUE)

Arguments

x

vector of scenarios or a data.frame containing a column scenario with EffectScenario objects

model

logical, if TRUE then model metadata is pulled

exposure

logical, if TRUE then exposure series metadata is pulled

Value

a data.frame

Examples

metsulfuron %>%
  pull_metadata()

cvasi documentation built on Sept. 23, 2024, 9:08 a.m.