theme_colors_flextable | R Documentation |
Create a theme using background and foreground colors (theme_colors_*
) or
using a brand.yml file (theme_brand_*
).
theme_colors_flextable(bg, fg)
theme_brand_flextable(brand_yml)
theme_colors_ggplot2(bg, fg)
theme_brand_ggplot2(brand_yml)
theme_colors_gt(bg, fg)
theme_brand_gt(brand_yml)
theme_colors_plotly(bg, fg)
theme_brand_plotly(brand_yml)
theme_colors_thematic(bg, fg)
theme_brand_thematic(brand_yml)
bg |
The background color |
fg |
The foreground color |
brand_yml |
The path to a brand.yml file |
The use of the theme will depend on the package. See the vignettes for usage examples.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.