Extract and set global parameters of mets.

mets.options(...)

Arguments

...

Arguments

Value

list of parameters

Details

  • regex: If TRUE character vectors will be interpreted as regular expressions (dby, dcut, ...)

  • silent: Set to FALSE to disable various output messages

Examples

if (FALSE) {
mets.options(regex=TRUE)
}