R/onattach.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
  packageStartupMessage(
"eesectors: Reproducible Analytical Pipeline (RAP) for the
Economic Estimates for DCMS Sectors Statistical First Release
(SFR). For more information visit:
https://github.com/ukgovdatascience/eesectors
"
)
}
ukgovdatascience/eesectors documentation built on Sept. 11, 2020, 12:19 p.m.