R/onLoad.R

Defines functions .onLoad

.onLoad <- function(lib, pkg){
  #automatically loads the dataset when package is loaded
  #do not use this in combination with lazydata=true
  utils::data(MetSSS_model, package = pkg, envir = parent.env(environment()))
}

Try the pscore package in your browser

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

pscore documentation built on Aug. 8, 2025, 6:35 p.m.