Learn R Programming

xlcharts (version 0.0.1)

IconSetRule: IconSetRule

Description

Convenience function for creating icon set rules

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

Usage

IconSetRule(
  icon_style = NULL,
  type = NULL,
  values = NULL,
  showValue = NULL,
  percent = NULL,
  reverse = NULL,
  ...
)

Value

An openpyxl Python object.

Arguments

icon_style

icon_style

type

type

values

values

showValue

showValue

percent

percent

reverse

reverse

...

Additional arguments, i.e. kwargs

Examples

Run this code
if (FALSE) {
IconSetRule('5Arrows', 'percent', list(10, 20, 30, 40, 50),
showValue=NULL, percent=NULL, reverse=NULL)
}

Run the code above in your browser using DataLab