R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
  packageStartupMessage("Welcome to the shinyCTT package! Start the shiny app by calling the shinyCTTApp() function.")
}
abeeisnotabug/shinyCTT documentation built on March 7, 2020, 9:15 p.m.