R/zzz.R

Defines functions .onAttach

#' @keywords internal
.onAttach <- function(...) {
  welcome <- paste(
    "Welcome to the completejourney package! Learn more about these data sets at http://bit.ly/completejourney."
    )
  
  packageStartupMessage(paste(strwrap(welcome), collapse = "\n"))
}

Try the completejourney package in your browser

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

completejourney documentation built on Sept. 29, 2019, 1:03 a.m.