setPackageOptions {icesSAG} | R Documentation |
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.
sag_use_token(value)
sag_messages(value)
value |
TRUE or FALSE |
invisible return of the old value.
## Not run:
sag_use_token(TRUE)
sag_messages(TRUE)
## End(Not run)