idx2col {XLConnect} | R Documentation |
Converts column indices to Excel column names.
idx2col(x)
x |
Numeric (integer) vector of column indices |
Returns a character vector of corresponding Excel column names.
Numbers <= 0
result in the empty string ("").
Martin Studer
Mirai Solutions GmbH http://www.mirai-solutions.com
col2idx
, idx2cref
, cref2idx
,
idx2aref
, aref2idx
, aref
idx2col(c(1, 347))