R/zzz.R

Defines functions .onLoad

.onLoad <- function(libname, pkgname) {
  gen_api <<- memoise::memoise(gen_api)

  if (!nzchar(Sys.getenv("GENESIS_LANG"))) Sys.setenv(GENESIS_LANG = "en")
}

Try the restatis package in your browser

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

restatis documentation built on July 9, 2023, 5:31 p.m.