R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
  packageStartupMessage("Please take a look at the vignette for tips/suggestions/examples of using the breakfast package.")
  #  message("Please take a look at the vignette for tips/suggestions/examples of using the breakfast package.")
}

Try the breakfast package in your browser

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

breakfast documentation built on Oct. 18, 2022, 5:08 p.m.