R/onLoad.R

.onLoad <- function(libname, pkgname) {
  
  ### Code that needs to be executed when the package is loaded goes here
  
  # Create the RSGHB class
  setClass("RSGHB")
  
}

Try the RSGHB package in your browser

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

RSGHB documentation built on July 4, 2019, 1:02 a.m.