R/zzz.R

Defines functions .onLoad

.onLoad <- function(...) {
  op <- getOption("lazysf.query.debug")
  if (is.null(op) || is.na(op) || length(op) < 1) {
    op <- FALSE ## options(lazysf.query.debug = TRUE)
    options(lazysf.query.debug = op)
  }

  invisible()
}

Try the lazysf package in your browser

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

lazysf documentation built on Nov. 14, 2020, 9:07 a.m.