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.5)streamR_0.4.5.zip(r-4.4)streamR_0.4.5.zip(r-4.3)
streamR_0.4.5.tgz(r-4.4-any)streamR_0.4.5.tgz(r-4.3-any)
streamR_0.4.5.tar.gz(r-4.5-noble)streamR_0.4.5.tar.gz(r-4.4-noble)
streamR_0.4.5.tgz(r-4.4-emscripten)streamR_0.4.5.tgz(r-4.3-emscripten)
streamR.pdf |streamR.html✨
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 6 years agofrom:e4a01fdbc3. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 22 2024 |
R-4.5-win | OK | Nov 22 2024 |
R-4.5-linux | OK | Nov 22 2024 |
R-4.4-win | OK | Nov 22 2024 |
R-4.4-mac | OK | Nov 22 2024 |
R-4.3-win | OK | Nov 22 2024 |
R-4.3-mac | OK | Nov 22 2024 |
Exports:createOAuthTokenfilterStreamparseTweetsreadTweetssampleStreamuserStream
Dependencies:bitopsclidata.tablefansigluelifecyclemagrittrndjsonpillarpkgconfigRcppRCurlrjsonrlangtibbleutf8vctrs
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 |