README.md

viewtweets

lifecycle

View Twitter timelines in Rstudio.

Installation

Install the development version from Github with:

## install remotes pkg if not already
if (!requireNamespace("remotes")) {
  install.packages("remotes")
}

## install from github
remotes::install_github("mkearney/viewtweets")

View home timeline

View home (authenticating user’s) timeline:

View user timeline

View tweets posted by a given user:

View search results

Search Twitter and view matching results:



mkearney/viewtweets documentation built on May 14, 2019, 4:02 a.m.