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