set_telraam_token {telraamStats} | R 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 |
Value
Boolean: TRUE if the token is correctly set
Examples
my_token <- "MyTelraamToken"
set_telraam_token(my_token)
get_telraam_token()
[Package telraamStats version 1.1.2 Index]