R/zzz.R

.onAttach <- function(...) {
	startupmsg <- "popprxl is loaded. Use read.genalexcel() to read in your data."
	packageStartupMessage(paste0("\n", startupmsg, "\n"))
}

Try the popprxl package in your browser

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

popprxl documentation built on May 2, 2019, 3:54 a.m.