library(shinydashboard)
library(shiny)
library(data.table)
library(plotly)
source("./R/read_config.R")
source("./R/utility.R")
source("./R/list_reports.R")
source("./R/create_ui.R")
source("./R/create_server.R")
shinyApp(createAcquacottaUI(), createAcquacottaServer())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.