get_colorDF_theme | R Documentation |
Return a style defined in a theme
get_colorDF_theme(theme)
theme |
name |
A list with the definitions of style
get_colorDF_theme("bw") ## use it to change the style of a colorDF foo <- colorDF(mtcars) df_style(foo) <- get_colorDF_theme("wb") ## Slightly modify the style df_style(foo)$type.styles$pval$fg_sign <- "red"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.