View source: R/coordinate_to_tuple.R
coordinate_to_tuple | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.