Open fraba opened 2 years ago
Check the usage section in the readme:
## load package
library(tweetbotornot)
## select users
users <- c("realdonaldtrump", "netflix_bot",
"kearneymw", "dataandme", "hadleywickham",
"ma_salmon", "juliasilge", "tidyversetweets",
"American__Voter", "mothgenerator", "hrbrmstr")
## get botornot estimates
data <- tweetbotornot(users)
This uses screen names entered as a vector of strings. You can also use the author_ids here.
Do I need to create a data frame with specific column names?