#' Launch an instance of the Allen Brain Atlas (ABA) shiny app
#'
launch_aba_shiny <- function() {
aba_shiny <- system.file("shiny-examples", "aba", package = "xstitch")
shiny::runApp(aba_shiny)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.