R/zzz.R

Defines functions .onAttach

.onAttach <-
  function(libname = find.package("R2ucare"),
           pkgname = "R2ucare") {
    packageStartupMessage("Thanks for using package R2ucare.
    Have a look to https://oliviergimenez.github.io/R2ucare/ for more information.")
}

Try the R2ucare package in your browser

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

R2ucare documentation built on July 11, 2022, 9:06 a.m.