coordinate_to_tuple {xlcharts} | R Documentation |
Convert an Excel style coordinate to (row, column) list
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.utils.cell.html
coordinate_to_tuple(coordinate, ...)
coordinate |
coordinate |
... |
Additional arguments, i.e. kwargs. |
A list.
## Not run:
coordinate_to_tuple(coordinate = "A1")
## End(Not run)