R/shiny.R

Defines functions concweb

Documented in concweb

#' @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()
}
statnet/concurrency.sim documentation built on Aug. 10, 2020, 2:33 a.m.