Description Usage Arguments Details Value Author(s) See Also Examples
Generate a sequence of column labels to match Excel's naming
1 | excelCols(n)
|
n |
an integer that indicates how many named columns the user wishes to obtain |
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.
a vector of strings of length n
Dustin Fife
1 | excelCols(11)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.