Skip to contents

function to generate an ssz-themed ogd download button

Usage

sszOgdDownload(outputId, href, label = "OGD", image = NULL)

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 NULL

Value

tags$a

Examples

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