R/run_app.R

Defines functions run_app

Documented in run_app

#' Run the Shiny Application
#'
#' @export
#' @importFrom shiny runApp
run_app <- function() {
  shiny::runApp(system.file("app", package = "hglogging"))
}
sebdalgarno/hglogging documentation built on Oct. 15, 2019, 12:28 p.m.