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(markov1612users.RData, package = pkg, envir = parent.env(environment()))
}
MarkEdmondson1234/predictClickOpenCPU documentation built on May 7, 2019, 3:33 p.m.