Trends by city and most tweeted trends
It is meaningful to extract trends around a specific region to focus on twitter audience in that region.
Trending topics in a city provide a chance to promote region-specific events or products.
In this exercise, you will extract topics that are trending in London and also look at the most tweeted trends. The libraries rtweet
and dplyr
have been pre-loaded for you.
Note: tweet_volume
is returned for trends only if this data is available.
This exercise is part of the course
Analyzing Social Media Data in R
Hands-on interactive exercise
Have a go at this exercise by completing this sample code.
# Get topics trending in London
gt_city <- ___("___")
# View the first 6 columns
head(___[,1:6])