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 |
model |
|
exposure |
|
Value
a data.frame
Examples
metsulfuron %>%
pull_metadata()
[Package cvasi version 1.1.3 Index]