function to generate an ssz-themed ogd download button
Usage
sszOgdDownload(
outputId,
href,
label = "OGD",
image = icons_ssz("external-link")
)
Arguments
- outputId
outputId parameter
- href
link to be opened
- label
label parameter (i.e. text to be shown), default is "OGD"
- image
optional image/icon in the form of a html-i Tag, default is icons_ssz("external-link")
See also
Other shiny_widgets:
sszActionButton(),
sszAirDatepickerInput(),
sszAutocompleteInput(),
sszDateRange(),
sszDownloadButton(),
sszNumericInput(),
sszRadioButtons(),
sszRadioGroupButtons(),
sszSelectInput(),
sszSliderInput(),
sszTextInput()
Examples
if (FALSE) { # \dontrun{
inst / examples / sszOgdDownload / app.r
} # }