R/launchApp.R

Defines functions launchApp

Documented in launchApp

launchApp <- function() {
  appDir <- system.file("shiny", "HACSim-RShiny-App-master", package = "HACSim")
  runApp(appDir, display.mode = "normal")
}

Try the HACSim package in your browser

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

HACSim documentation built on June 13, 2022, 9:05 a.m.