R/zzz.R

Defines functions .onLoad

.onLoad <- function(libname, pkgname) {
    options(osum.data.class.width = NULL,
            osum.format.extent = TRUE,
            osum.information = c("data.class", "storage.mode", "mode", "typeof", "extent", "object.size"),
            osum.max.rows = NULL)
}

Try the osum package in your browser

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

osum documentation built on Sept. 11, 2024, 5:58 p.m.