Last data update: 2014.03.03

Data Source

R Release (3.2.3)
CranContrib
BioConductor
All

Data Type

Packages
Functions
Images
Data set

Classification

Results 1 - 6 of 6 found.
[1] < 1 > [1]  Sort:

sampleStream (Package: streamR) : Connect to Twitter Streaming API and return a small random sample of

sampleStream opens a connection to Twitter's Streaming API that will return a small random sample of public statuses, around 1% at any given time.
● Data Source: CranContrib
● Keywords:
● Alias: sampleStream
● 0 images

streamR-package (Package: streamR) : Access to Twitter Streaming APIs via R

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.
● Data Source: CranContrib
● Keywords:
● Alias: streamR, streamR-package
● 0 images

filterStream (Package: streamR) : Connect to Twitter Streaming API and return public statuses that

filterStream opens a connection to Twitter's Streaming API that will return public statuses that match one or more filter predicates. Tweets can be filtered by keywords, users, language, and location. The output can be saved as an object in memory or written to a text file.
● Data Source: CranContrib
● Keywords:
● Alias: filterStream
● 0 images

readTweets (Package: streamR) : Converts tweets in JSON format to R list.

This function parses tweets downloaded using filterStream, sampleStream or userStream and returns a list.
● Data Source: CranContrib
● Keywords:
● Alias: readTweets
● 0 images

userStream (Package: streamR) : Connect to Twitter Streaming API and return messages for a single user.

userStream opens a connection to Twitter's Streaming API that will return statuses specific to the authenticated user. The output can be saved as an object in memory or written to a text file.
● Data Source: CranContrib
● Keywords:
● Alias: userStream
● 0 images

parseTweets (Package: streamR) : Converts tweets in JSON format to data frame.

This function parses tweets downloaded using filterStream, sampleStream or userStream and returns a data frame.
● Data Source: CranContrib
● Keywords:
● Alias: parseTweets
● 0 images