
Last chance! 50% off unlimited learning
Sale ends in
Decode integer to corresponding ASCII code
integerToAscii(i)
an integer, or integer vector.
A character, or character vector.
# NOT RUN {
library(oce)
A <- integerToAscii(65)
cat("A=", A, "\n")
# }
Run the code above in your browser using DataLab