Skip to contents

Stores the provided authentication token in the environment for use with Telraam API requests.

Usage

set_telraam_token(token)

Arguments

token

Character string. The Telraam API token to be saved.

Value

Logical TRUE if the token is correctly set, otherwise an error is thrown.

Examples

mytoken <- "ivRgw7ZAGFedfwIdASezecdnETZDsdETB4Bqv3pbs5X8JDNnt1pQtpxDmpR6as2k"
if (FALSE) { # \dontrun{
set_telraam_token(mytoken)
} # }