A shiny module that renders all of the content for the home page.
home_ui(id) home_server(id, params_file_path, upload_event)
| id | An ID string that uniquely identifies an instance of this module |
|---|---|
| params_file_path | a reactiveVal that contains the path to the current params file |
| upload_event | a reactiveValues that is updated when a file is uploaded |