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.
Este ejercicio forma parte del curso
Analyzing Social Media Data in R
Ejercicio interactivo práctico
Prueba este ejercicio y completa el código de muestra.
# Get topics trending in London
gt_city <- ___("___")
# View the first 6 columns
head(___[,1:6])