powered by
Infer ASCII Code From an Integer Value
integerToAscii(i)
A character, or character vector.
an integer, or integer vector.
Dan Kelley
library(oce) A <- integerToAscii(65) cat("A=", A, "\n")
Run the code above in your browser using DataLab