R/aaa.R

Defines functions .onLoad

.onLoad <- function(libname, pkgname) {
  assign(
    "NA_lazy_", 
    new("lazyVector", xptr = lazyNA(), length = 1L),
    envir = parent.env(environment())
  )
  invisible()
}

Try the lazyNumbers package in your browser

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

lazyNumbers documentation built on Nov. 22, 2022, 1:05 a.m.