R/onAttach.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
  packageStartupMessage("Welcome to MCID package")
}

Try the MCID package in your browser

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

MCID documentation built on Sept. 10, 2021, 5:07 p.m.