#' 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"))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.