get_colorDF_theme: Return a style defined in a theme

View source: R/themes.R

get_colorDF_themeR Documentation

Return a style defined in a theme

Description

Return a style defined in a theme

Usage

get_colorDF_theme(theme)

Arguments

theme

name

Value

A list with the definitions of style

Examples

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"

january3/colorDF documentation built on Oct. 4, 2022, 8:33 a.m.