table_download_handler.RdCreates a download handler that can be inserted into an app and used to download AmyloGraph data in various formats.
table_download_handler(input, table_data, write_function, extension)[reactivevalues()]
An input object of the app or a module that contains the table.
[data.frame()]
AmyloGraph table data.
[function(1)]
A function that transforms table data to a file.
[character(1)]
File extension without a dot to append to filename (e.g. "csv").
A downloadHandler object.