R/shiny.R

#' Run the Shiny App
#'
#' @return a Shiny App
#' @export
run_app <- function() {
  shinyApp(ui = app_ui(), server = app_server)
}
antoinepay/foodx documentation built on May 6, 2019, 4:30 p.m.