Learn R Programming

telraamStats (version 1.1.2)

set_telraam_token: Saves an authentication token for the 'Telraam' API.

Description

If you want to get this token after this instruction, please use get_telraam_token().

Usage

set_telraam_token(token)

Value

Boolean: TRUE if the token is correctly set

Arguments

token

a string with the token

Examples

Run this code
my_token <- "MyTelraamToken"
set_telraam_token(my_token)
get_telraam_token()

Run the code above in your browser using DataLab