inst/doc/setup.R

## ----setup, include=FALSE-----------------------------------------------------
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = ".",
  out.width = "100%",
  message = FALSE,
  warning = FALSE,
  error = FALSE)

## ---- eval=FALSE--------------------------------------------------------------
#  TWITTER_APP = NameOfYourTwitterApp
#  TWITTER_API_KEY = YourConsumerKey
#  TWITTER_API_SECRET = YourConsumerSecretKey
#  TWITTER_ACCESS_TOKEN = YourAccessToken
#  TWITTER_ACCESS_TOKEN_SECRET = YourAccessTokenSecret
#  TWITTER_BEARER_TOKEN = YourBearerToken
#  TWITTER_BEARER = YourBearer

Try the tidytags package in your browser

Any scripts or data that you put into this service are public.

tidytags documentation built on Jan. 10, 2023, 9:06 a.m.