colorDF_themes_show | R Documentation |
Demonstrate all defined themes
colorDF_themes_show(themes = NULL, force_bg = FALSE)
themes |
character vector with theme names to show |
force_bg |
force background to "white" for light themes and "black" for dark themes |
"Themes" are simply predefined styles for colorful data frames. Some are suitable only for dark or light backgrounds, so this function is useful for choosing what looks best on your terminal.
When a colorful data frame is created with colorDF()
or as.colorDF()
,
the default theme is assigned to it. The default theme is defined by the
option "colorDF_theme" set using options()
(at startup, the default theme
is "light").
You can also specify the theme to use when making a data frame colorful
with colorDF()
by using the theme=
parameter.
colorDF_themes_show() colorDF_themes_show(themes=c("wb", "bw"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.