rxIntToLetter | R Documentation |
Convert a positive integer to a letter series
rxIntToLetter(x, base = 26L)
x |
integer to convert |
base |
can be 2 to 26 |
a sequence of letters representing the number(s) input
Matthew L. Fidler
rxIntToLetter(1:100)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.