Extract geolocation coordinates
Analyzing the geolocation of tweets helps influence customers with targeted marketing.
The first step in analyzing geolocation data using maps is to extract the available geolocation coordinates.
Veganism is a widely promoted topic. It is the practice of abstaining from the use of animal products and its followers are known as "vegans".
In this exercise, you will extract the geolocation coordinates from tweets on "#vegan"
.
The library rtweet
has been pre-loaded for this exercise.
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.
# Extract 1000 tweets on #vegan
vegan <- search_tweets("___", n = ___)