setPackageOptions: Get and Set icesSAG package options

setPackageOptionsR 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)


icesSAG documentation built on June 8, 2025, 10:29 a.m.