getHashtags: Extract a list of unique hashtags

View source: R/getHashTags.R

getHashtagsR Documentation

Extract a list of unique hashtags

Description

getHashTags takes a data.table of processed tweets and creates a new table of unique hashtags by created_at

Usage

getHashtags(
  dt,
  keepVars = c("user_id", "status_id", "screen_name", "created_at", "ba_tweetType",
    "hashtags")
)

Arguments

dt

data.table of tweets

keep

a list of the variables to keep. default = c("user_id", "status_id", "screen_name", "created_at", "ba_tweetType", "hashtags")

Details

Returns a data.table

Author(s)

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

See Also

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


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