R/onAttach.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
  packageStartupMessage("Welcome to my package")
}
sbalci/histopathology-template documentation built on June 29, 2023, 5:52 a.m.