Learn R Programming

xlcharts (version 0.0.1)

IconSet: IconSet

Description

https://openpyxl.readthedocs.io/en/stable/api/openpyxl.formatting.rule.html

Usage

IconSet(
  iconSet = NULL,
  showValue = NULL,
  percent = NULL,
  reverse = NULL,
  cfvo = NULL,
  ...
)

Value

An openpyxl Python object.

Arguments

iconSet

iconSet

showValue

showValue

percent

percent

reverse

reverse

cfvo

cfvo

...

Additional arguments, i.e. kwargs

Examples

Run this code
if (FALSE) {
first <- FormatObject(type='percent', val=0)
second <- FormatObject(type='percent', val=33)
third <- FormatObject(type='percent', val=67)
iconset <- IconSet(
  iconSet = '3TrafficLights1',
  cfvo = list(first, second, third)
)
}

Run the code above in your browser using DataLab