| trends_available {rtweet} | R Documentation |
Available Twitter trends along with associated WOEID.
trends_available(token = NULL, parse = TRUE)
token |
OAuth token. By default |
parse |
Logical, indicating whether to return parsed
(data.frames) or nested list object. By default,
|
Data frame with WOEID column. WOEID is a Yahoo! Where On Earth ID.
Other trends:
get_trends()
## Not run: ## Retrieve available trends trends <- trends_available() trends ## End(Not run)