R/zzz.R

Defines functions .onLoad

.onLoad <- function(libname, pkgname) {
  options(
    civis.default_database = NULL
  )
  invisible()
}

Try the civis package in your browser

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

civis documentation built on April 1, 2023, 12:01 a.m.