cleanTwitterTimeline: cleanTwitterTimeline

Description Usage Arguments Value Examples

Description

Cleans the dataframe returned by createTwitterTimeline. Inserts 0 for NaN and removes hashtags which lie unter a certain threshold with their total amount over all considered intervals.Threshold may be userspecified, if not will default to an implemented threshold. See defaultThreshold().

Usage

1

Arguments

data

to clean created by createTwitterTimeline()

threshold

(optional) under which values will be removed from the dataframe

Value

dataframe

Examples

1
2
#cleanTwitterTimeline(data, threshold = NULL)
#cleanTwitterTimeline(data, threshold = 10)

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