#' @import stats
#' @import utils
#' @import shiny
#' @export
launch_photonBuild <- function(ui, server) {
fpath <- system.file("application", package = "photon")
# Use a modal dialog as a viewr.
#viewer <- shiny::paneViewer()
shiny::runGadget(shiny::shinyApp(fpath), viewer = shiny::paneViewer())
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.