excelColLetters | R Documentation |
Creates a vector of spreadsheet-style letter-names corresponding to column numbers
excelColLetters(columnIndices)
columnIndices |
vector of integer column indices |
This is the inverse function of excelCol
a character vector corresponding to the spreadsheet column headings
## Find the column numbers for excel columns AB, CE and BB
colIndices <- excelCol(AB,CE,bb)
## Go back to the column names
excelColLetters(colIndices)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.