View source: R/get_column_interval.R
get_column_interval | R Documentation |
Given the start and end columns, return all the columns in the series.
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.utils.cell.html
get_column_interval(start, end, ...)
start |
start |
end |
end |
... |
Additional arguments, i.e. kwargs. |
The start and end columns can be either column letters or 1-based indexes.
An openpyxl Python object.
## Not run:
get_column_interval(start = "A", end = 3L)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.