server <- function(input, output, session) {
ODMdata <- series_catalog_server("getData", connection = ODM)
brushed <- Plot_server("getPlot", data = ODMdata)
console_server("getConsole", data = ODMdata,
selected = brushed)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.