powered by
rtweet provides users a range of functions designed to extract data from Twitter's REST and streaming APIs.
It has three main goals:
Formulate and send requests to Twitter's REST and stream APIs.
Retrieve and iterate over returned data.
Wrangling data into tidy structures.
Useful links:
https://CRAN.R-project.org/package=rtweet
Report bugs at https://github.com/mkearney/rtweet/issues
# NOT RUN { ## for instructions on access tokens, see the tokens vignette vignette("auth") ## for a quick demo check the rtweet vignette vignette("rtweet") # }
Run the code above in your browser using DataLab