Run the Shiny comparison app
run_app.RdLaunches an interactive Shiny application to explore and compare
seasonal adjustment results stored in a data.frame returned by compare().
Arguments
- data
A
data.framereturned bycompare(), containing the columnsws,SAI,series,date, andvalue.- ...
Additional arguments passed to
shiny::shinyApp().
Examples
if (FALSE) { # \dontrun{
df <- compare(path1, path2)
run_app(df)
} # }