R/shinyapp.R

Defines functions shinyapp

Documented in shinyapp

#-------------------------------------------------------------------------------
# SaA_shinyApp
#-------------------------------------------------------------------------------

#' Shiny App for the Selection and Allocation problem.
#'
#' @return ShinyApp
#' @export
#'
#' @examples
#' shinyapp()
shinyapp<-function(){
  shiny::shinyApp(wrm::wrm_dashboard(), wrm::wrm_server)
}
mjginzo/SAA documentation built on May 24, 2019, 5:05 a.m.