R/onLoad.R

Defines functions .onLoad

.onLoad = function(libname, pkgname) {
  utils::data("ghibli_palettes", package="ghibli", envir = asNamespace('ghibli'))
}

Try the ghibli package in your browser

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

ghibli documentation built on May 29, 2024, 5:54 a.m.