View source: R/download-module.R
download_ui | R Documentation |
The module is constructed to allow creating multiple download buttons.
download_ui(id, label = "Download", n) download_server(id, data, name, n, sep = ",")
id |
Namespace of the module. |
label |
On download button. |
n |
The number of download handles. |
data |
The output data. |
name |
Name of the output file. |
sep |
Determines the type of file |
Shiny module.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.