excelCols: Generate Excel column labels

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/excelMatch.R

Description

Generate a sequence of column labels to match Excel's naming

Usage

1

Arguments

n

an integer that indicates how many named columns the user wishes to obtain

Details

Excel columns are labeled with letters (e.g., A, B, C, ... AA, AB, AC, etc). Given an integer (n), this function will return labels starting from A until the nth column. See examples.

Value

a vector of strings of length n

Author(s)

Dustin Fife

See Also

excelMatch

Examples

1

fifer documentation built on May 30, 2017, 7:40 a.m.

Related to excelCols in fifer...