library(shiny)
source("global.R", local = TRUE)
source('EcoPLOTUI.R', local = TRUE)
source('EcoPLOTServer.R', local = TRUE)
shinyApp(
ui = EcoPLOTUI,
server = EcoPLOTServer
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.