# body ------------------------------------------------------------------------
body <- function(){
shinydashboard::dashboardBody(
shinyjs::useShinyjs(),
shinydashboard::tabItems(
# Home
home_body(),
# Resource data
resources_body(),
# Fire
fire_body(),
# Results
results_body()
)
)
}
# --------------------------------------------------------------------------- #
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.