R/zzz.R

Defines functions .onLoad

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

Try the RFgroove package in your browser

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

RFgroove documentation built on May 2, 2019, 8:31 a.m.