Description Usage Arguments Value References Examples
View source: R/column_letter_to_num.R
Find the corresponding column number for an Excel column letter
1 |
x |
A vector of Excel column letters |
A vector of column numbers
https://stackoverflow.com/questions/34537243/convert-excel-column-names-to-numbers
1 2 3 4 5 6 7 | column_letter_to_num("A")
column_letter_to_num("Z")
column_letter_to_num(c("Z", "AA"))
column_letter_to_num("BA")
column_letter_to_num("AAA")
column_letter_to_num(LETTERS)
column_letter_to_num(NA)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.