R/zzz.R

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

.onLoad <- function(libname, pkgname) {
    ## start counter at 0
    counter[["engine"]] <- 0
    counter[["record"]] <- 0
    counter[["enum"]] <- 0
    counter[["fixed"]] <- 0
    counter[["symbol"]] <- 0
}

Try the aurelius package in your browser

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

aurelius documentation built on May 2, 2019, 3:43 a.m.