R/zzz.R

Defines functions .onLoad

.onLoad <- function(libname, pkgname){
  library.dynam("gRbase", package = pkgname, lib.loc = libname)
  return(invisible(0))
}

Try the gRbase package in your browser

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

gRbase documentation built on May 2, 2019, 4:51 p.m.