R/zzz.R

Defines functions .onAttach .onLoad

.onLoad <- function(libname, pkgname) {
}

.onAttach <- function(libname, pkgname) {
  packageStartupMessage(
    "sae4health loaded successfully.\n",
    "Run 'sae4health::run_app()' to launch the app.\n",
    "For comprehensive documentation, visit https://sae4health.stat.uw.edu/."
  )
}

Try the sae4health package in your browser

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

sae4health documentation built on June 8, 2025, 10:43 a.m.