Available Twitter trends along with associated WOEID.
Arguments
- token
Use this to override authentication for a single API call. In many cases you are better off changing the default for all calls. See
auth_as()
for details.- parse
If
TRUE
, the default, returns a tidy data frame. UseFALSE
to return the "raw" list corresponding to the JSON returned from the Twitter API.
See also
Other trends:
get_trends()
Examples
if (auth_has_default()) {
## Retrieve available trends
trends <- trends_available()
trends
}