| is_expired | R Documentation |
Check Whether an aps_token Has Expired.
is_expired(token)
token |
An |
Logical. TRUE if the token has expired, FALSE otherwise.
## Not run:
tok <- getToken(id = Sys.getenv("client_id"), secret = Sys.getenv("client_secret"))
is_expired(tok)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.