R/zzz.R

Defines functions .onLoad

# nocov start

# Load database on load
.onLoad <- function(libname, pkgname) {
  # Ensure that db is loaded on load
  db <- get_db() # nolint
}

# nocov end

Try the giscoR package in your browser

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

giscoR documentation built on Dec. 10, 2025, 9:08 a.m.