R/launch.R

Defines functions launch

Documented in launch

#' Run the interactive analysis tool (Shiny app) in a web browser
#' 
#' In addition to the functions provided in this package, the \code{ddpcr} package
#' also provides an interactive tool that can be used to analyze ddPCR data
#' more easily. The tool will be launched in a web browser.
#' @export
launch <- function() {
  shiny::runApp(system.file("shiny", package = "ddpcr"),
                display.mode = "normal",
                launch.browser = TRUE)
}
daattali/ddpcr documentation built on March 27, 2024, 6:50 a.m.