R/onAttach.R

Defines functions onAttach

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

Try the pweight package in your browser

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

pweight documentation built on May 30, 2017, 2:54 a.m.