rcites (version 1.1.0)

set_token: Login helper function

Description

Set and forget the authentification token for the current session.

Usage

set_token(token = NULL)

forget_token()

Arguments

token

a character string (with quotes) containing your token. If NULL, then the token can be passed without quotes (not as character string) after a prompt.

Functions

  • set_token: set the environment variable SPECIESPLUS_TOKEN.

  • forget_token: forget the environment variable SPECIESPLUS_TOKEN.

References

https://api.speciesplus.net/documentation

Examples

Run this code
# NOT RUN {
 # NB: the token below is not working
 set_token('8QW6Qgh57sBG2k0gtt')
 # interactively
 set_token()
# }

Run the code above in your browser using DataCamp Workspace