get_type {xlcharts} | R Documentation |
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.cell.cell.html
get_type(t, value, ...)
t |
t |
value |
value |
... |
Additional arguments, i.e. kwargs. |
An openpyxl Python object.
## Not run:
get_type(t = "t", value = "value")
## End(Not run)