pull_metadata {cvasi}R 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()

[Package cvasi version 1.1.3 Index]