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 = "packagerecs"))
}
sharlagelfand/packagerecs documentation built on May 29, 2019, 1:26 p.m.