rtweet (version 0.3.0)

rtweet: rtweet

Description

rtweet provides users a range of functions designed to extract data from Twitter's REST and streaming APIs.

It has three main goals:

  • Compose and request calls to Twitter's API following (the best practices for writing an API package) [https://cran.r-project.org/web/packages/httr/vignettes/api-packages.html].

  • Provide functions that can acccept multiple personal access tokens.

  • Make extracting data from Twitter seem a little easier.

Arguments

Examples

Run this code
# NOT RUN {
# for instructions on access tokens, see the tokens vignette
vignette("tokens")

# for a quick demo check the rtweet vignette
vignette("rtweet")
# }
# NOT RUN {

# }

Run the code above in your browser using DataCamp Workspace