R/startApplication.R

#' Start Application
#'
#' @export
startApplication <- function() {
  runApp(
    system.file("app", package = "jingle"),
    port = 4242,
    host = "0.0.0.0"
  )
}
aneudecker/jingle documentation built on May 25, 2019, 8:30 p.m.