Rdocumentation
powered by
Learn R Programming
⚠️
There's a newer version (0.4.5) of this package.
Take me there.
streamR (version 0.4.4)
Access to Twitter Streaming API via R
Description
Functions to access Twitter's filter, sample, and user streams, and to parse the output into data frames.
Copy Link
Link to current version
Version
Version
0.4.5
0.4.4
0.4.3
0.4.2
0.2.1
0.1
Install
install.packages('streamR')
Monthly Downloads
3,367
Version
0.4.4
License
GPL-2
Maintainer
Pablo Barbera
Last Published
July 28th, 2018
Functions in streamR (0.4.4)
Search all functions
parseTweets
Converts tweets in JSON format to data frame.
filterStream
Connect to Twitter Streaming API and return public statuses that match one or more filter predicates.
streamR-package
Access to Twitter Streaming APIs via R
userStream
Connect to Twitter Streaming API and return messages for a single user.
createOAuthToken
Create OAuth token without handshake.
sampleStream
Connect to Twitter Streaming API and return a small random sample of all public statuses.
readTweets
Converts tweets in JSON format to R list.
example_tweets
Ten sample tweets published by @twitterapi