#' ShinyIntron_Vis
#'
#' Funciton that runs the shiny app
#' @import shiny
#' @export
runTestingPackage <- function() {
appDir <- system.file("shiny-scripts", package = "IntronVis")
shiny::runApp(appDir, display.mode = "normal")
return()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.