R/zzz.R

Defines functions .onUnload .onLoad

.onLoad <- function(libname,pkgname)
{
  options(pixie_count = 0L)
}

.onUnload <- function(libPath)
{
  options(pixie_count = NULL)
}

Try the pixiedust package in your browser

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

pixiedust documentation built on Oct. 10, 2023, 9:07 a.m.