Description Usage Arguments Value See Also
Has the same functionality as shiny::downloadButton
but it also
allows the user to customize the button by adding an icon to it.
It has a corresponding downloadHandler
in the server function.
1 2 | downloadButtonWithIcon(outputId, label = "Download", class = NULL,
icon = shiny::icon("download"), ...)
|
outputId |
Character, the name of the output slot to which the
corresponding |
label |
the label that appears on the button |
class |
additional CSS classes |
icon |
the icon that appears on the button |
... |
named attributes applied to the button |
A HTML tag object which can be also rendered as HTML
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.