View source: R/theme_revealjs.R
| theme_revealjs | R Documentation |
RevealJS presentation theme
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)
)
x |
A |
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. |
A modified tinytable object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.