R/stats19-package.R

Defines functions .onAttach

.onAttach = function(libname, pkgname) {
  msg = paste0(
      "Data provided under OGL v3.0. Cite the source and link to:\n",
      "www.nationalarchives.gov.uk/doc/open-government-licence/version/3/"
    )
  packageStartupMessage(msg)
}

Try the stats19 package in your browser

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

stats19 documentation built on Nov. 5, 2023, 1:09 a.m.