R/xxx.R

Defines functions .onLoad

# Make the species data available without loading it.

.onLoad <- function(libname, pkgname) {
  utils::data("species", package="hoardeR", envir=parent.env(environment()))
}

Try the hoardeR package in your browser

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

hoardeR documentation built on May 29, 2024, 5:49 a.m.