#' @title RHermesGUI
#' @description Calling this function starts the GUI in a new window on your
#' default browser.
#' @author Roger Gine
#' @import KEGGREST
#' @return Nothing, just starts the GUI
#' @examples
#' if(FALSE){RHermesGUI()}
#' @export
RHermesGUI <- function() {
shiny::runApp(system.file("app", package = "RHermes"),
launch.browser = TRUE)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.