View source: R/range_boundaries.R
range_boundaries | R Documentation |
Convert a range string into a list of boundaries:
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.utils.cell.html
range_boundaries(range_string, ...)
range_string |
range_string |
... |
Additional arguments, i.e. kwargs. |
(min_col, min_row, max_col, max_row) Cell coordinates will be converted into a range with the cell at both end
An list.
(min_col, min_row, max_col, max_row) Cell coordinates will be converted into a range with the cell at both end
## Not run:
range_boundaries(range_string = "A")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.