Connection {xlcharts} | R Documentation |
Connection
Description
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.drawing.connector.html
Usage
Connection(id = NULL, idx = NULL, ...)
Arguments
id |
id |
idx |
idx |
... |
Additional arguments, i.e. kwargs. |
Value
An openpyxl Python object.
Examples
## Not run:
Connection(id = 1L, idx = 1L)
## End(Not run)
[Package xlcharts version 0.0.2 Index]