mDownloadButton | R Documentation |
A downloadButton
with the option to set the icon
mDownloadButton( outputId, label = "Download", class = NULL, icon = icon("download"), ... )
outputId |
The name of the output slot that the |
label |
The label that should appear on the button. |
class |
Additional CSS classes to apply to the tag, if any. |
icon |
icon to use on this button (an object generated by |
... |
Other arguments to pass to the container tag function. |
a actionButton
that can be turned red easily
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.