Rdocumentation
powered by
Learn R Programming
streamR (version 0.4.5)
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,198
Version
0.4.5
License
GPL-2
Maintainer
Pablo Barbera
Last Published
December 9th, 2018
Functions in streamR (0.4.5)
Search all functions
readTweets
Converts tweets in JSON format to R list.
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.
sampleStream
Connect to Twitter Streaming API and return a small random sample of all public statuses.
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.
example_tweets
Ten sample tweets published by @twitterapi