R/launchApp.R

Defines functions launchApp

Documented in launchApp

#' Launch Barcode App
#'
#' Launches the Shiny Barcode App.
#'
#' @param x NULL
#' @return Page launching the Shiny Barcode App
#' @examples
#' if (interactive()) launchApp()
#' @export
launchApp <- function(x = NULL) {
    shiny::runApp(system.file("barcode_app", package = "barcodetrackR"))
}
d93espinoza/barcodetrackR documentation built on April 28, 2021, 1:58 p.m.