View source: R/range_to_tuple.R
range_to_tuple | R Documentation |
Convert a worksheet range to the sheetname and maximum and minimum coordinate indices
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.utils.cell.html
range_to_tuple(range_string, ...)
range_string |
range_string |
... |
Additional arguments, i.e. kwargs. |
An list.
## Not run:
range_to_tuple(range_string = "sheetname!A1:E4")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.