R/zzz.R

Defines functions .onLoad

whisker_env <- NULL

.onLoad <- function(libname, pkgname) {
  default_whiskers <- c(patient_label = "patients")
  whisker_env <<- new.env(parent = globalenv())
  add_whisker(default_whiskers)
}

Try the dunlin package in your browser

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

dunlin documentation built on May 29, 2024, 2:53 a.m.