R/welcome.R

Defines functions .onAttach

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

Try the medfateland package in your browser

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

medfateland documentation built on June 8, 2025, 11:13 a.m.