Description Usage Arguments Value Examples
Creates a time series of hashtags found in the given time interval. The time series gets cleaned by cleanTwitterTimeline() and ordered in decreasing fashion with respect to the last column.
1 | createTwitterTimeSeries(mongo, interval, intervalsteps)
|
mongo |
mongo instance to use |
interval |
timeinterval |
intervalsteps |
number of parts to divide the interval into |
dataframe
1 2 | #timeseries <-
# createTwitterTimeSeries(hometimeline,c("2015-12-15 00:00:01","2015-12-17 14:59:59"),3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.