R/run_sw.R

Defines functions run_sw

Documented in run_sw

#' @title Run statnetWeb
#'
#' @description Runs the statnetWeb shiny application, a GUI for the statnet
#' suite of network analysis packages.
#'
#' @keywords graphs datagen models
#' @concept networks
#' @concept GUI
#' @concept shiny
#' @concept ergm
#' @export
#' @examples
#' \dontrun{
#' run_sw()
#' }
#'
#'
run_sw <- function() {
  shiny::runApp(system.file("shiny/statnetWeb", package = "statnetWeb"))
}
statnet/statnetWeb documentation built on Nov. 25, 2021, 9:23 p.m.