R/onAttach.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
  packageStartupMessage(paste(
    "attrib",
    utils::packageDescription("attrib")$Version,
    "https://folkehelseinstituttet.github.io/attrib"
  ))
}

Try the attrib package in your browser

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

attrib documentation built on March 30, 2021, 5:11 p.m.