ShowTemplateOptions: Display appearance template as a 'htmlwidget'

View source: R/appearancetemplate.R

ShowTemplateOptionsR Documentation

Display appearance template as a htmlwidget

Description

Display appearance template as a htmlwidget

Usage

ShowTemplateOptions(
  colors = NULL,
  brand.colors = NULL,
  global.font = NULL,
  fonts = NULL,
  global.number.font = list(units = "pt"),
  number.fonts = NULL
)

Arguments

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 family, color, size, units.

fonts

A list of fonts (each entry containing the font family, font color and font size).

global.number.font

A named vector specifying units.

number.fonts

A list of fonts (each entry containing the font family, font color and font size and optionally, weight and bg.color).


Displayr/flipFormat documentation built on Feb. 26, 2024, 12:37 a.m.