integerToAscii: Infer ASCII Code From an Integer Value

integerToAsciiR Documentation

Infer ASCII Code From an Integer Value

Description

Infer ASCII Code From an Integer Value

Usage

integerToAscii(i)

Arguments

i

an integer, or integer vector.

Value

A character, or character vector.

Author(s)

Dan Kelley

Examples

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

oce documentation built on May 29, 2024, 7:48 a.m.