R/launch.R

Defines functions launch

Documented in launch

#' Run the Shiny App
#'
#' @export
launch <- function() {
    runApp(system.file("shiny", package = "centrifugeR"))
}

Try the centrifugeR package in your browser

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

centrifugeR documentation built on Dec. 28, 2022, 1:18 a.m.