R/onAttach.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
   packageStartupMessage(
      'Type ?toweranNA for quick start.')
}

Try the toweranNA package in your browser

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

toweranNA documentation built on March 31, 2023, 7:25 p.m.