mets.options {mets} | R Documentation |
Set global options for mets
Description
Extract and set global parameters of mets
.
Usage
mets.options(...)
Arguments
... |
Arguments |
Details
-
regex
: If TRUE character vectors will be interpreted as regular expressions (dby
,dcut
, ...) -
silent
: Set toFALSE
to disable various output messages
Value
list
of parameters
Examples
## Not run:
mets.options(regex=TRUE)
## End(Not run)
[Package mets version 1.3.4 Index]