Extract and set global parameters of mets
.
mets.options(...)
Arguments
list
of parameters
regex
: If TRUE character vectors will be interpreted as regular expressions (dby
, dcut
, ...)
silent
: Set to FALSE
to disable various output messages
if (FALSE) {
mets.options(regex=TRUE)
}