View source: R/makeXlColAlphabet.r
makeXlColAlphabet | R Documentation |
Genarate a character vector such as "A" "B" ... "AA" "AB" ... "ZZZ".
makeXlColAlphabet(start = NULL, len = NULL, nchar = 2L, print_all = FALSE)
start |
Index or character at start, Default: NULL (to which 'A' is automatically
assigned). |
len |
Length (size) of the output vector, Default: NULL |
nchar |
A number of combined characters, Default: 2 |
print_all |
displays all characters to the console if TRUE. When FALSE (default), showing only the first and last characters with column numbers. |
No description.
A character vector.
shift_abc
make_abcbase
index2abc
abc2index
makeXlColAlphabet()
makeXlColAlphabet(nchar = 1)
makeXlColAlphabet(start = "B", len = length(1978:2020))
makeXlColAlphabet(start = 23, len = 10, print_all = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.