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)
}

Try the ddpcr package in your browser

Any scripts or data that you put into this service are public.

ddpcr documentation built on Aug. 21, 2023, 1:07 a.m.