source("modules/EcoPLOTuploadUI.R", local = TRUE)
source("modules/Geochemistry/EcoPLOTGeochemUI.R", local = TRUE)
source("modules/Phenotype/EcoPLOTPlantUI.R", local = TRUE)
source("modules/Amplicon/EcoPLOTAmpliconUI.R", local = TRUE)
source("modules/IRF/EcoPLOT_IRF.R", local = TRUE)
source("modules/FAQ/EcoPLOT_FAQ.R", local = TRUE)
EcoPLOTUI <- shinyUI(
navbarPage(title = "EcoPLOT", theme = shinythemes::shinytheme("yeti"),
EcoPLOTuploadUI,
EcoPLOTGeochemUI,
EcoPLOTPlantUI,
EcoPLOTAmpliconUI,
EcoPLOT_IRF,
EcoPLOT_FAQ)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.