IconSet | R Documentation |
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.formatting.rule.html
IconSet(
iconSet = NULL,
showValue = NULL,
percent = NULL,
reverse = NULL,
cfvo = NULL,
...
)
iconSet |
iconSet |
showValue |
showValue |
percent |
percent |
reverse |
reverse |
cfvo |
cfvo |
... |
Additional arguments, i.e. kwargs |
An openpyxl Python object.
## Not run:
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)
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.