get_api_state | R Documentation |
Return the state of the 'Telraam' API. Determine if updates can be made.
get_api_state(key = get_telraam_token())
key |
the API key (set by the set_telraam_token function - default -, or directly filled). |
Boolean: TRUE if the API responds well, FALSE otherwise.
my_token <- 'ThisIsNotAValidToken'
get_api_state(my_token)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.