# NOT RUN {
# }
# NOT RUN {
## get all rate_limit information for default token
rate_limit()
## get rate limit info for API used in lookup_statuses
rate_limit("lookup_statuses")
## get rate limit info for specific token
token <- get_tokens()
rate_limit(token)
rate_limit(token, "search_tweets")
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab