R/attach.R

Defines functions onAttach

.onAttach <- function(...) {
  if (!interactive()) return()
  packageStartupMessage("Welcome to classyfire version 0.1-2.")
}

Try the classyfire package in your browser

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

classyfire documentation built on May 29, 2017, 11:05 p.m.