R/onAttach.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
  packageStartupMessage("PACKAGE: fhidata")
  packageStartupMessage("Version: 2019.08.27 at 19:10")
  packageStartupMessage("Developed by Richard White, Norwegian Institute of Public Health")
}

Try the fhidata package in your browser

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

fhidata documentation built on Aug. 29, 2019, 5:09 p.m.