A shiny module that renders all of the content for the results page.
results_ui(id)
results_server(id, params, model_output)
Arguments
| id |
An ID string that uniquely identifies an instance of this module |
| model_output, params |
reactive objects passed in from the main server |