You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: