View source: R/appearancetemplate.R
ShowTemplateOptions | R Documentation |
htmlwidget
Display appearance template as a htmlwidget
ShowTemplateOptions(
colors = NULL,
brand.colors = NULL,
global.font = NULL,
fonts = NULL,
global.number.font = list(units = "pt"),
number.fonts = NULL
)
colors |
A vector containing a colors as hex codes. |
brand.colors |
A named vector containing colors with the associated brand (i.e name). |
global.font |
A named vector specifying |
fonts |
A list of fonts (each entry containing the font family, font color and font size). |
global.number.font |
A named vector specifying |
number.fonts |
A list of fonts (each entry containing the font family, font color and font size and optionally, weight and bg.color). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.