powered by
Base 26 conversion with letters
base_alpha(x, base = 26)
A vector of integers
A string of letters. Non characters are removed.
A numeric
base_alpha("AB") base_alpha("XFD") base_alpha(c("JMB", "Jordan Mark", "XKCD")) sum(base_alpha(c("x", "k", "c", "d")))
Run the code above in your browser using DataLab