knitr::opts_chunk$set(echo = TRUE, collapse = TRUE, comment = "#>")
View Twitter timelines in Rstudio.
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 (authenticating user's) timeline:
View tweets posted by a given user:
Search Twitter and view matching results:
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.