R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
  packageStartupMessage("Welcome to the dosedesignR app! Please use function run_dosedesignR() to start the application.")
  shiny::addResourcePath('www', system.file("www", package = "dosedesignR"))
}

Try the dosedesignR package in your browser

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

dosedesignR documentation built on March 7, 2023, 7:30 p.m.