library(shiny)
library(disaggR)
ui <- disaggR:::reView_ui()
server <- disaggR:::reView_server(twoStepsBenchmark(turnover,construction,
outliers = list(AO2005 = rep(0.1,12L)),
set.coeff = c(AO2005 = 1)),
as.symbol("turnover"),as.symbol("construction"),
TRUE)
shinyApp(ui = ui, server = server)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.