get_tweets: get_tweets

Description Usage Arguments Value Examples

Description

This function collects all of a user's tweets for a given timeframe (default is last 60 days).

Usage

1
2
get_tweets(user, startday = Sys.Date() - 30, stopday = Sys.Date(),
  verbose = FALSE)

Arguments

startday

Earliest tweets to collect

stopday

Latest tweets to collect

verbose

whether the function will notify you if results are potentially problematic (i.e, private account, incorrect user ID, etc.).

Value

a tibble containing tweets

Examples

1
get_tweets("YouTube", startday= Sys.Date()-5, verbose=T)

llsigerson/twittnet documentation built on May 28, 2019, 4:38 p.m.