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

Version

Install

install.packages('streamR')

Monthly Downloads

3,198

Version

0.4.5

License

GPL-2

Maintainer

Last Published

December 9th, 2018

Functions in streamR (0.4.5)

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