R/main.R

Defines functions webstart

Documented in webstart

#' Start web application
#'
#' Launch Shiny application in default web browser
#'
#' @export
#'
#' @examples \dontrun{
#' webstart()
#' }
webstart <- function() {
  shiny::runApp(system.file("shiny", package = "WebCytoMetry"), launch.browser = T)
}
AhmedMehdiLab/WebCytoMetry documentation built on Feb. 20, 2022, 12:34 a.m.