ComeçarComece de graça

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.

Este exercício faz parte do curso

Analyzing Social Media Data in R

Ver curso

Exercício interativo prático

Experimente este exercício completando este código de exemplo.

# Extract 1000 tweets on #vegan
vegan <- search_tweets("___", n = ___)
Editar e executar o código