downloadServer.Rd
A Shiny server module that provides a download handler for the dataset, allowing users to export the current data as a CSV file.
downloadServer(id, df)
Character string for namespacing the module
A reactive data.table containing the dataset to be downloaded
data.table
A Shiny download handler that exports data.table as a CSV file