R/onLoad.R

Defines functions .onLoad

#' @importFrom V8 new_context
ct <- NULL
.onLoad <- function(libname, pkgname){
  ct <<- new_jade()
}

Try the rjade package in your browser

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

rjade documentation built on April 16, 2021, 5:07 p.m.