R/run.app.R

Defines functions run.app

Documented in run.app

#' Run the Shiny app allowing for interaction with the bracket
#' production given user-entered criteria
#'
#' @author eshayer
#' @export
#' @importFrom shiny runApp

run.app = function() {
  shiny::runApp(system.file('shinyApp', package = 'mRchmadness'))
}
elishayer/mRchmadness documentation built on March 27, 2024, 2:11 p.m.