Free Access Week-  Data Engineering + BI
Data engineering and BI courses are free!
Free AI Access Week from June 2-8

ggcharts (version 0.2.1)

ggcharts_get_default_color: Get the Default Color for a ggcharts Theme

Description

Retrieve the color used by default for a given ggcharts theme

Usage

ggcharts_get_default_color(theme)

Arguments

theme

character. The name of a ggcharts theme.

Value

The default color for the given theme as a character

Examples

Run this code
# NOT RUN {
ggcharts_get_default_color("theme_hermit")
ggcharts_get_default_color("theme_ng")

# }

Run the code above in your browser using DataLab