setPackageOptions {icesSAG} | R Documentation |
Get and Set icesSAG package options
Description
There are two options of interest, 1) switch on or off the use off authenticated web service calls, and 2) switch on or off the display of messages to the console.
Usage
sag_use_token(value)
sag_messages(value)
Arguments
value |
TRUE or FALSE |
Value
invisible return of the old value.
Examples
## Not run:
sag_use_token(TRUE)
sag_messages(TRUE)
## End(Not run)
[Package icesSAG version 1.5.0 Index]