View source: R/rows_from_range.R
rows_from_range | R Documentation |
Get individual addresses for every cell in a range.
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.utils.cell.html
rows_from_range(range_string, ...)
range_string |
range_string |
... |
Additional arguments, i.e. kwargs. |
Yields one row at a time.
An openpyxl Python object.
## Not run:
rows_from_range(range_string = "A")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.