Closed theoroe3 closed 6 years ago
Running the code shown below gives me the error "Error: 'join_rtweet' is not an exported object from 'namespace:rtweet' "
tl = get_timeline("realDonaldTrump", n = 1000) botornot(tl) botrnot(tl) botornot("realDonaldTrump") botrnot("realDonaldTrump")
Any ideas?
Fixed it, join_rtweet isn't in the cran version of rtweet.
Running the code shown below gives me the error "Error: 'join_rtweet' is not an exported object from 'namespace:rtweet' "
tl = get_timeline("realDonaldTrump", n = 1000) botornot(tl) botrnot(tl) botornot("realDonaldTrump") botrnot("realDonaldTrump")
Any ideas?