RevealJS presentation theme

Description

RevealJS presentation theme

Usage

theme_revealjs(
  x,
  css = get_option("tinytable_revealjs_css", default = "light"),
  fontsize = get_option("tinytable_revealjs_fontsize", default = 0.8),
  fontsize_caption = get_option("tinytable_revealjs_fontsize_caption", default = 1)
)

Arguments

x A tinytable object.
css String. CSS theme: "light" (default) or "dark".
fontsize Numeric. Font size multiplier for table content.
fontsize_caption Numeric. Font size multiplier for table captions.

Value

A modified tinytable object.