download_ui | R Documentation |
The UI component of the Shiny module for creating a pretty download button for downloading a csv, png, or jpg file.
download_ui(id, label = "Download")
id |
String. The input slot that will be used to access the value. |
label |
String. Text (default = 'Download') to be shown on the download button. |
Must use it together with its counterpart server.
download_server
for the server.
inst/examples/ex-download.R
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.