View source: R/column_index_from_string.R
column_index_from_string | R Documentation |
Convert a column name into a numerical index
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.utils.cell.html
column_index_from_string(str_col, ...)
str_col |
str_col |
... |
Additional arguments, i.e. kwargs. |
('A' -> 1)
A numeric value.
## Not run:
column_index_from_string(str_col = "A")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.