ComenzarEmpieza gratis

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 ejercicio forma parte del curso

Analyzing Social Media Data in R

Ver curso

Ejercicio interactivo práctico

Prueba este ejercicio y completa el código de muestra.

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