streamingLoop: StreamingLoop

Description Usage Arguments Examples

Description

StreamingLoop is usually started by startStreaming in a seperate instance of R. If you start StreamingLoop manually, you will not be able to stop it using R. StreamingLoop can be triggered to stop after timeout using stopStreaming.

Usage

1
streamingLoop(timeout = 30, type, createLog = TRUE)

Arguments

timeout

Time until the streaming is stoped and restarted with updated parameters

type

The type of stream which is started. (1=Based on hometimeline) (2=Based on query_url)

createLog

If set to FALSE output is send to the console instead of the logfile (logfile_filterstream.txt)

Examples

1
2
#do not run
#streamingLoop()

ProjectTw/TwitteR2Mongo documentation built on May 8, 2019, 3:44 a.m.