#' @title Concurrency Simulation Shiny App
#'
#' @description Runs a web browser-based GUI of the concurrency microsimulation.
#'
#' @keywords GUI
#' @export
#'
#' @examples
#' \dontrun{
#' concweb()
#' }
#'
concweb <- function() {
shiny::runApp()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.