createTwitterTimeline: createTwitterTimeline

Description Usage Arguments Value Examples

Description

Creates a time series of hashtags found in the given time interval. Is being used by createTwitterTimeSeries(). Parameter interval may consist of an interval vector created by createIntervalVector(). See examples.

Usage

1
createTwitterTimeline(mongo, interval)

Arguments

mongo

a mongoDB connection to use

interval

which will be used to aggregate the hashtags in the mongodb.

Value

dataframe containing all hashtags with count of the respective time interval

Examples

1
2
#createTwitterTimeline(hometimeline,
#                        createIntervalVector(c("2015-12-15 00:00:01","2015-12-17 14:59:59"),3))

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