#' Explore EGRET
#'
#' Open an interactive app
#'
#' @param browse use browser for map rendering
#' @export
#' @importFrom shiny runApp
#' @import EGRET
explore_EGRET <- function(browse=TRUE){
runApp(system.file('shiny', package='EGRETextra'), launch.browser = browse)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.