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'))
}

Try the mRchmadness package in your browser

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

mRchmadness documentation built on May 30, 2017, 6:49 a.m.