xlsColsNames: Generates a vector with the characters of excel spreadsheets...

Usage Arguments Details Value Examples

View source: R/xlsColsNames.R

Usage

1

Arguments

n

The number of columns of the spreadsheet.

all

Logical. If length(n) == 1.

Details

Generates a vector with the (english) characters of excel spreadsheets (A, B, ..., Z, AA, AB,...).

Value

a character vector of length n with the excel column index

Examples

1
2
3
xlsColsNames(n = 4)
xlsColsNames(n = c(2,5))
xlsColsNames(n = 60)

mathphysmx/cleanTable documentation built on May 29, 2019, 2:51 p.m.