R/conduct.R

Defines functions conduct

Documented in conduct

conduct <- function(){
  appDir <- system.file("Conduct", 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.