rtweet (version 0.6.7)

rtweet-package: rtweet: Collecting Twitter data

Description

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

Arguments

Details

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.

See Also

Useful links:

Examples

Run this code
# 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 DataCamp Workspace