A shiny module that renders all of the content for the demand page.
demand_ui(id) demand_server(id, params, upload_event)
id | An ID string that uniquely identifies an instance of this module |
---|---|
params | reactive object passed in from the main server |
upload_event | a reactiveValues that is updated when a file is uploaded |