ComenzarEmpieza gratis

Subscribers to twitter lists

A twitter list is a curated group of twitter accounts.

Twitter users subscribe to lists that interest them. Collecting user information from twitter lists could help brands promote products to interested customers.

In this exercise, you will extract lists of the twitter account of "NBA", the popular basketball league National Basketball Association.

For one of the lists, you will extract the subscribed users and the user information for some of these users.

The rtweet library 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 all the lists "NBA" subscribes to and view the first 4 columns
lst_NBA <- ___("___")
lst_NBA[,1:4]
Editar y ejecutar código