#' Run infercnv shiny app
#'
#' This function is used to run the infercnv app.
#'
#' @return The Shiny App Runs
#' @export
#' @examples
#' if(interactive()){
#' infercnvApp()
#' }
#'
infercnvApp <- function() {
appDir <- system.file("shiny", package = "infercnvApp")
# shiny::shinyApp(ui = infercnvApp:::ui, server = infercnvApp:::server)
shiny::runApp(appDir, launch.browser = TRUE)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.