Learn R Programming

mets (version 1.2.3.1)

mets.options: Set global options for mets

Description

Extract and set global parameters of mets.

Usage

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

Run this code
# NOT RUN {
mets.options(regex=TRUE)
# }

Run the code above in your browser using DataLab