knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)
library(tweetrmd)
library(webshot2)

there

tweet_screenshot(tweet_url("kdpsinghlab", "1450476300343316490"))

Ask and you shall receive, especially if it's a fun idea for a useless package.

Installation

Download the development version from GitHub with:

remotes::install_github("asteves/there")

Example

How do you get a pick me up?

library(there)
there()

## Or alternatively 
there::there()


asteves/there documentation built on Dec. 19, 2021, 5:40 a.m.