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 = ''
hakkisabah/tsentiment documentation built on Jan. 30, 2023, 2:59 a.m.