R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
  packageStartupMessage(
    "refimpact: API wrapper for the UK REF 2014 Impact Case ",
    "Studies Database.\nRun ?refimpact for help, or see the vignette.")
}
perrystephenson/refimpact documentation built on May 17, 2022, 8:31 p.m.