R/zzz.R

Defines functions .onLoad

.ct <- NULL

.onLoad <- function(libname, pkgname) {
  
  .ct <<- V8::v8()
  
  dep <- system.file("extdata/twitter-text.min.js", package = "tweetcheck")
  .ct$source(dep)
  
}

Try the tweetcheck package in your browser

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

tweetcheck documentation built on Oct. 6, 2022, 5:15 p.m.