A shiny module that contains the Data Input page, allowing the user to
upload files. If no valid files are uploaded, the default stock data is
returned.
Usage
data_input_ui(id)
data_input_server(id)
Arguments
- id
The namespace of the module.
Value
The server returns the data frame that has been uploaded (or the default
stock data).