View source: R/expand_cell_ranges.R
expand_cell_ranges | R Documentation |
Expand cell ranges to a sequence of addresses.
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.worksheet.datavalidation.html
expand_cell_ranges(range_string, ...)
range_string |
range_string |
... |
Additional arguments, i.e. kwargs. |
Reverse of collapse_cell_addresses Eg. converts "A1:A2 B1:B2" to (A1, A2, B1, B2)
An Python builtin object.
## Not run:
expand_cell_ranges(range_string = "A1:A2")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.