#' Run the Shiny Graphical User Interface
#'
#' This function loads and runs the shiny GUI
#'
#' @export
#'
runGui <- function(){
shiny::runApp('gui/DendroSenseGUI.R')
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.