allDigits(c("1231","89a8742")) # TRUE FALSE
numericString(c("1231","8.9e-2",".7d2")) # [1] TRUE TRUE FALSE
intToASCII(1:255)
sapply(1:50,intToBase,2)
sapply(1:50,intToBase,7)
sapply(1:50,intToOct)
sapply(1:50,intToHex)
Run the code above in your browser using DataLab