idx2col | 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 https://mirai-solutions.ch
col2idx
, idx2cref
, cref2idx
,
idx2aref
, aref2idx
, aref
## Not run:
idx2col(c(1, 347))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.