#-------------------------------------------------------------------------------
# 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)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.