View source: R/coordinate_from_string.R
coordinate_from_string | R Documentation |
Convert a coordinate string like 'B12' to a list ('B', 12)
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.utils.cell.html
coordinate_from_string(coord_string, ...)
coord_string |
coord_string |
... |
Additional arguments, i.e. kwargs. |
A list.
## Not run:
coordinate_from_string(coord_string = "A1")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.