Package: streamR 0.4.5
streamR: Access to Twitter Streaming API via R
Functions to access Twitter's filter, sample, and user streams, and to parse the output into data frames.
Authors:
streamR_0.4.5.tar.gz
streamR_0.4.5.zip(r-4.7)streamR_0.4.5.zip(r-4.6)streamR_0.4.5.zip(r-4.5)
streamR_0.4.5.tgz(r-4.6-any)streamR_0.4.5.tgz(r-4.5-any)
streamR_0.4.5.tar.gz(r-4.7-any)streamR_0.4.5.tar.gz(r-4.6-any)
streamR_0.4.5.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
streamR/json (API)
| # Install 'streamR' in R: |
| install.packages('streamR', repos = c('https://pablobarbera.r-universe.dev', 'https://cloud.r-project.org')) |
- example_tweets - Ten sample tweets published by @twitterapi
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated from:e4a01fdbc3. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 152 | ||
| source / vignettes | OK | 171 | ||
| linux-release-x86_64 | OK | 152 | ||
| macos-release-arm64 | OK | 91 | ||
| macos-oldrel-arm64 | OK | 109 | ||
| windows-devel | OK | 66 | ||
| windows-release | OK | 79 | ||
| windows-oldrel | OK | 112 | ||
| wasm-release | OK | 97 |
Exports:createOAuthTokenfilterStreamparseTweetsreadTweetssampleStreamuserStream
Dependencies:bitopsclidata.tablegluelifecyclemagrittrndjsonpillarpkgconfigRcppRCurlrjsonrlangtibbleutf8vctrs
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Access to Twitter Streaming APIs via R | streamR-package streamR |
| Create OAuth token without handshake. | createOAuthToken |
| Ten sample tweets published by @twitterapi | example_tweets |
| Connect to Twitter Streaming API and return public statuses that match one or more filter predicates. | filterStream |
| Converts tweets in JSON format to data frame. | parseTweets |
| Converts tweets in JSON format to R list. | readTweets |
| Connect to Twitter Streaming API and return a small random sample of all public statuses. | sampleStream |
| Connect to Twitter Streaming API and return messages for a single user. | userStream |
