processTweets: Process a raw tweets file

View source: R/processTweets.R

processTweetsR Documentation

Process a raw tweets file

Description

processTweets takes a data.table of tweets returned from the API and read using readTweets

Usage

processTweets(dt)

Arguments

dt

data.table of tweets to clean

Details

Removes exact duplicates

Creates a date and hms from the created_at column

Returns a cleaned data.table

Author(s)

Ben Anderson, b.anderson@soton.ac.uk

See Also

Other tweets: createSearchFromTags(), getHashtags(), getTweets(), loadTweets()


dataknut/hashTagR documentation built on Sept. 20, 2023, 7:24 a.m.