R/zzz.R

Defines functions .onAttach

Documented in .onAttach

#' Internal stuff
.onAttach <- function(libname, pkgname) {
  message("Welcome to ecacr, the R package for ECAC hockey data scraping
          and introductory data visualizations.")
  message("For more information on ecacr, visit the following link:
          https://charlesreinhardt.github.io/ecacr/")
}
CharlesReinhardt/ecacr documentation built on May 14, 2022, 2:24 a.m.