| col2int | R Documentation |
Converts a spreadsheet column in A1 notation to an integer.
"A" is 1, "B" is 2, ..., "Z" is 26 and "AA" is 27.
col2int(x)
x |
A character vector |
An integer column label (or NULL if x is NULL)
col2int(LETTERS)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.