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"))
}
bradleyboehmke/completejourney documentation built on Jan. 18, 2020, 3:50 a.m.