DataTable {xlcharts} | R Documentation |
DataTable
Description
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.chart.plotarea.html
Usage
DataTable(
showHorzBorder = NULL,
showVertBorder = NULL,
showOutline = NULL,
showKeys = NULL,
spPr = NULL,
txPr = NULL,
extLst = NULL,
...
)
Arguments
showHorzBorder |
showHorzBorder |
showVertBorder |
showVertBorder |
showOutline |
showOutline |
showKeys |
showKeys |
spPr |
spPr |
txPr |
txPr |
extLst |
extLst |
... |
Additional arguments, i.e. kwargs. |
Value
An openpyxl Python object.
Examples
## Not run:
DataTable()
## End(Not run)
[Package xlcharts version 0.0.2 Index]