openxlsx (version 4.2.3)

int2col: Convert integer to Excel column

Description

Converts an integer to an Excel column label.

Usage

int2col(x)

Arguments

x

A numeric vector

Examples

Run this code
# NOT RUN {
int2col(1:10)
# }

Run the code above in your browser using DataCamp Workspace