col2idx
From XLConnect v1.0.1
by Martin Studer
Converting Excel column names to indices
Converts Excel column names to indices.
- Keywords
- utilities
Usage
col2idx(x)
Arguments
- x
Character vector of Excel column names (e.g. "A", "AF", ...)
Value
Returns a vector of integers representing the corresponding column indices. Note that passing invalid column name references may result in an arbitrary number.
See Also
Examples
# NOT RUN {
col2idx(c("A", "BTG"))
# }
Community examples
Looks like there are no examples yet.