R/zzz.R

Defines functions .onAttach

.onAttach = function(libname, pkgname){
	packageStartupMessage(
			paste("Welcome to SeqExpMatch v", 
					utils::packageVersion("SeqExpMatch"), 
					sep = "")
	)	
}

Try the SeqExpMatch package in your browser

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

SeqExpMatch documentation built on June 1, 2021, 9:09 a.m.