Created
July 2, 2017 17:26
-
-
Save janosgyerik/7dfa455a54d97c32a959464ea45cfe16 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
library(rtweet) | |
D <- c() | |
for(u in c("OneNaziq", "AzimRidzuan_", "pais_10")) { | |
D <- rbind(D, get_followers(u, n= "all", page = "-1", parse = TRUE, as_double = FALSE, token = NULL)) | |
} | |
nrow(D) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment