library(shiny)
library(disaggR)
ui <- disaggR:::reView_ui()
server <- disaggR:::reView_server(
twoStepsBenchmark(turnover,construction,
set.coeff = 1,
set.const = 0,
include.differenciation = TRUE,
include.rho = TRUE,
start.coeff.calc = 2005,end.coeff.calc = 2015,
start.benchmark = 2004,end.benchmark = 2018,
start.domain = 1990,end.domain = c(2030,12)),
quote(2*x+1),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.