R/welcome.R

Defines functions .onAttach

.onAttach <- function(lib, pkg)  {
  packageStartupMessage("Package 'meteoland' [ver. ",
                        utils::packageDescription("meteoland",
                                                  fields="Version"),"]",
                        appendLF = TRUE)
}

Try the meteoland package in your browser

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

meteoland documentation built on Aug. 21, 2023, 5:10 p.m.