R/zzz.R

Defines functions .onLoad

.onLoad <- function(libname, pkgname) {
  lst <- list(
    offset = 0,
    limit = 100,
    advance_access = FALSE,
    input_check = TRUE,
    taskhook = TaskHook()
  )

  options(sevenbridges = lst)
}

Try the sevenbridges package in your browser

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

sevenbridges documentation built on March 25, 2021, 6 p.m.