Call function used to fetch and load Twitter OAuth tokens. Since Twitter application key should be stored privately, users should save the path to token(s) as an environment variable. This allows Tokens to be instantly [re]loaded in future sessions. See the "tokens" vignette for instructions on obtaining and using access tokens.
get_tokens()get_token()
Twitter OAuth token(s) (Token1.0).
This function will search for tokens using R, internal, and global environment variables (in that order).
Other tokens: create_token
,
rate_limit
# NOT RUN {
# }
# NOT RUN {
## fetch default token(s)
token <- get_tokens()
## print token
token
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab