Extract and set global parameters of mets
.
mets.options(...)
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) { # \dontrun{
mets.options(regex=TRUE)
} # }