tinyIcon {rAmCharts4} | R Documentation |
Icons for usage in amImage
.
tinyIcon(icon, backgroundColor = NULL)
tinyIcons()
shinyAppTinyIcons()
icon |
name of an icon; |
backgroundColor |
background color of the icon
(possibly |
A base64 string that can be used in the href
argument of
amImage
.
A color can be given by the name of a R color, the name of a CSS
color, e.g. "transparent"
or "fuchsia"
, an HEX code like
"#ff009a"
, a RGB code like "rgb(255,100,39)"
, or a HSL code
like "hsl(360,11,255)"
.