View source: R/base-conversion.R
base_alpha | R Documentation |
Base 26 conversion with letters
base_alpha(x, base = 26)
x |
A string of letters. Non characters are removed. |
base |
A numeric |
A vector of integers
base_alpha("AB")
base_alpha("XFD")
base_alpha(c("JMB", "Jordan Mark", "XKCD"))
sum(base_alpha(c("x", "k", "c", "d")))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.