View source: R/makeXlColAlphabet.r
make_abcbase | R Documentation |
Create an alphabet data source according to the given nchar
.
make_abcbase(nchar = NULL)
nchar |
an integer, Default: NULL |
a character vector which length is sum(26^(1:nchar))
.
paste0(
head(make_abcbase(nchar = 3)), tail(make_abcbase(nchar = 3)),
sep = ", ..., "
)
sum(26^(1:5)) # length is 12356630
## Not run:
make_abcbase(nchar = 0) # Error
make_abcbase(nchar = 5) # Error
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.