R/runIoncopy.R

Defines functions runIoncopy

Documented in runIoncopy

runIoncopy <- 
function() {
  appDir <- system.file("shiny", "ioncopy", package="ioncopy")
  if (appDir == "") stop("Could not find ioncopy app directory!", call.=FALSE)
  shiny::runApp(appDir, display.mode="normal")
}

Try the ioncopy package in your browser

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

ioncopy documentation built on Aug. 11, 2020, 5:08 p.m.