R/zzz.r

Defines functions .onLoad

.undid_env <- new.env(parent = emptyenv())

.onLoad <- function(libname, pkgname) {
  .populate_undid_env(.undid_env)
}

Try the undidR package in your browser

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

undidR documentation built on April 3, 2025, 5:42 p.m.