Learn R Programming

icesConnect (version 1.1.4)

ices_token: ices_token

Description

Stores a user token in the system keyring

Usage

ices_token(username = NULL, password = NULL, refresh = FALSE, ...)

Value

character scalar, the token

Arguments

username

the ices username that you require a token for, Default: NULL, which results in getOption("ices.username")

password

the ices username that you require a token for, Default: NULL, which results in a dialogue box request for the password

refresh

should the token be refreshed to update new claims for example

...

not yet used

Examples

Run this code
if (FALSE) {
ices_token()
}

Run the code above in your browser using DataLab