
availableTrendLocations(...) closestTrendLocations(lat, long, ...) getTrends(woeid, exclude=NULL, ...)
hashtags
, will exclude hashtagsDetails
above
availableTrendLocations
and closestTrendLocations
functions will return a
data.frame with three columns - name
, country
and woeid
. The closestTrendLocations
function will return the locations closest to the specified latitude and longitude.
The getTrends
function takes a specified woeid and returns the trending topics associated
with that woeid. It returns a data.frame with the columns being name
, url
,
promoted_content
, query
and woeid
- one row per trend.
## Not run:
# woeid = availableTrendLocations[1, "woeid"]
# t1 <- getTrends(woeid)
# ## End(Not run)
Run the code above in your browser using DataLab