integerToAscii | R Documentation |
Infer ASCII Code From an Integer Value
integerToAscii(i)
i |
an integer, or integer vector. |
A character, or character vector.
Dan Kelley
library(oce)
A <- integerToAscii(65)
cat("A=", A, "\n")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.