Learn R Programming

oce (version 1.8-3)

integerToAscii: Infer ASCII Code From an Integer Value

Description

Infer ASCII Code From an Integer Value

Usage

integerToAscii(i)

Value

A character, or character vector.

Arguments

i

an integer, or integer vector.

Author

Dan Kelley

Examples

Run this code
library(oce)
A <- integerToAscii(65)
cat("A=", A, "\n")

Run the code above in your browser using DataLab