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()))
}
Phil1337/predictMarkov documentation built on May 16, 2019, 6:59 p.m.