#' Shiny application to interactively visualize results from the pipeline
#'
#' @export
visu <- function(...) {
appDir <- system.file("visu", package = "viroCapt")
if (appDir == "") {
stop("Could not find example directory. Try re-installing `viroCapt`.", call. = FALSE)
}
shiny::runApp(appDir, display.mode = "normal", ...)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.