Skip to contents

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")

Value

tags$a

Examples

if (FALSE) { # \dontrun{
inst / examples / sszOgdDownload / app.r
} # }