R/env.R

#' tsentiment environment
#'
#' @param APIinfo Environment
#' @export

APIinfo <- new.env(parent = emptyenv())
APIinfo$BEARER_TOKEN <- new.env(parent = emptyenv())
APIinfo$headers <- new.env(parent = emptyenv())
APIinfo$url <- 'https://api.tsentiment.com/twitter/gettweet/'
APIinfo$fileConfirmation = ''

Try the tsentiment package in your browser

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

tsentiment documentation built on Nov. 3, 2022, 1:06 a.m.