Learn R Programming

⚠️There's a newer version (0.4.5) of this package.Take me there.

streamR (version 0.2.1)

Access to Twitter Streaming API via R

Description

This package provides a series of functions that allow R users 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,367

Version

0.2.1

License

GPL-2

Maintainer

Pablo Barbera

Last Published

January 7th, 2014

Functions in streamR (0.2.1)

filterStream

Connect to Twitter Streaming API and return public statuses that match one or more filter predicates.
parseTweets

Converts tweets in JSON format to data frame.
userStream

Connect to Twitter Streaming API and return messages for a single user.
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
streamR-package

Access to Twitter Streaming APIs via R