Setting and displaying the options of the package
Setting and displaying the options of the package
options_IsoriX(...) getOption_IsoriX(x = NULL)
... |
A named value or a list of named values. The following values, with their defaults, are used:
|
x |
A character string holding an option name. |
The options are invisibly returned in an object called IsoriX:::.data_IsoriX$options
OldOptions <- options_IsoriX() OldOptions getOption_IsoriX("example_maxtime") options_IsoriX(example_maxtime = 30) options_IsoriX() options_IsoriX(example_maxtime = OldOptions$example_maxtime) options_IsoriX()
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.