R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
  packageStartupMessage("Welcome to the interim App!")
  addResourcePath('www', system.file("www", package = "interimApp"))
}

Try the interimApp package in your browser

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

interimApp documentation built on Aug. 9, 2019, 5:06 p.m.