trends_available.Rd
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 # }