From issue #8 - check if check_accounts_in() will take a vector of accounts (per its README) instead of needing to create a loop in R and call botometer repeatedly. To do so, we'll need to take the output of rtweets (a rectangle) and turn it into a vector for bom.check_accounts_in.
With several attempts, we are unable to get check_accounts_in() to work. @kurtawirth will try a list version using bom$check_accounts_in(list("handle1", "handle2"))
From issue #8 - check if check_accounts_in() will take a vector of accounts (per its README) instead of needing to create a loop in R and call botometer repeatedly. To do so, we'll need to take the output of rtweets (a rectangle) and turn it into a vector for bom.check_accounts_in.