Converts Excel column names to indices.
col2idx(x)
Character vector of Excel column names (e.g. "A", "AF", ...)
Returns a vector of integers representing the corresponding column indices. Note that passing invalid column name references may result in an arbitrary number.
# NOT RUN {
col2idx(c("A", "BTG"))
# }
Run the code above in your browser using DataLab