col2idx.Rd
Converts Excel column names to indices.
col2idx(x)
Returns a vector of integers representing the corresponding column indices. Note that passing invalid column name references may result in an arbitrary number.
if (FALSE) { # \dontrun{
col2idx(c("A", "BTG"))
} # }