R/onload.R

Defines functions .onLoad

charlatan_settings_env <- NULL
.onLoad <- function(libname, pkgname) {
  charlatan_settings_env <<- new.env()
}
ropensci/charlatan documentation built on May 5, 2024, 4:34 a.m.