R/attach.R

Defines functions .onAttach

#' Receive a welcome message
#'
#' Sends a message when the library is loaded

.onAttach <- function(devtools, ephsr) {
  packageStartupMessage("Welcome to the facultyephs package")
}
voaustin96/facultyephs documentation built on May 3, 2019, 6:39 p.m.