R/streamR-package.R

#' 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.
#'
#' @seealso \code{\link{filterStream}}, \code{\link{sampleStream}}, 
#' \code{\link{userStream}}, \code{\link{readTweets}}, \code{\link{parseTweets}}
#' @name streamR-package
#' @aliases streamR
#' @docType package
#' @author Pablo Barbera \email{pablo.barbera@@nyu.edu}
#' @import RCurl rjson ndjson
NULL

#' Ten sample tweets published by @@twitterapi
#'
#' A vector of string characters that contains ten sample tweets
#' in plain text.
#'
#' @docType data
#' @keywords datasets
#' @name example_tweets
#' @usage data(example_tweets)
#' @source \url{http://www.twitter.com/twitterapi}
NULL

Try the streamR package in your browser

Any scripts or data that you put into this service are public.

streamR documentation built on May 2, 2019, 9:41 a.m.