short_color {xlcharts}R Documentation

short_color

Description

format a color to its short size

https://openpyxl.readthedocs.io/en/stable/api/openpyxl.utils.units.html

Usage

short_color(color, ...)

Arguments

color

color

...

Additional arguments, i.e. kwargs.

Value

An openpyxl Python object.

Examples

## Not run: 
short_color(color = "color")

## End(Not run)


[Package xlcharts version 0.0.2 Index]