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

View source: R/api_state.R

set_telraam_tokenR Documentation

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)

Arguments

token

a string with the token

Value

Boolean: TRUE if the token is correctly set

Examples

my_token <- "MyTelraamToken"
set_telraam_token(my_token)
get_telraam_token()


telraamStats documentation built on May 29, 2024, 10:08 a.m.