R/eow.R

Defines functions get.eow set.eow

Documented in get.eow set.eow

set.eow <- function(eow=c("error","warn")) {
    eow <- match.arg(eow)
    options(maxitErrorOrWarn=eow)
    invisible()
}

get.eow <- function() {
    options()[["maxitErrorOrWarn"]]
}

Try the dbd package in your browser

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

dbd documentation built on Aug. 19, 2021, 5:07 p.m.