R/onLoad.R

Defines functions .onLoad

crul_opts = NULL # nocov start

.onLoad <- function(libname, pkgname){
	crul_opts <<- new.env()
	crul_opts$mock <<- FALSE
} # nocov end

Try the crul package in your browser

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

crul documentation built on May 31, 2023, 5:42 p.m.