excelCol | R Documentation |
Retrieve columns number from spreadsheet columns specified as unquoted letters
excelCol(...)
... |
unquoted excel column headers (i.e. excelCol(A,CG,AA)) separated by commas |
a numeric vector corresponding to columns in a spreadsheet
## Find the column numbers for excel columns AB, CE and BB
excelCol(AB,CE,bb)
## Get the columns between A and K and Z
excelCol(A-K,Z)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.