Description Usage Arguments Examples
A shiny module that adds a download button to download data as a CSV.
1 2 3 | download_csv(input, output, session, dataset, filename, ...)
download_csv_ui(id, ...)
|
input |
standard |
output |
standard |
session |
standard |
dataset |
a data frame, or a function/reactive that returns a data frame |
filename |
a string, or a function/reactive that returns a string |
... |
additional parameters to pass to |
id |
a string indicating the id to use the module with. |
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.