int2col {openxlsx} | R Documentation |
Convert integer to Excel column
Description
Converts an integer to an Excel column label.
Usage
int2col(x)
Arguments
x |
A numeric vector |
Examples
int2col(1:10)
[Package openxlsx version 4.2.6.1 Index]