FormatObject {xlcharts} | R Documentation |
FormatObject
Description
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.formatting.rule.html
Usage
FormatObject(type, val = NULL, gte = NULL, extLst = NULL, ...)
Arguments
type |
type |
val |
val |
gte |
gte |
extLst |
extLst |
... |
Additional arguments, i.e. kwargs |
Value
An openpyxl Python object.
Examples
## Not run:
FormatObject(type = "num")
## End(Not run)
[Package xlcharts version 0.0.2 Index]