R/design.R

Defines functions design

Documented in design

design <- function(){
  appDir <- system.file("Design", package="modest")
  if(appDir==""){
    stop("Could not find example directory. Try re-installing `modest`.", call.=FALSE)
  }
  shiny::runApp(appDir, launch.browser=TRUE, display.mode="normal")
}

Try the modest package in your browser

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

modest documentation built on May 1, 2019, 10:36 p.m.