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")

dankelley/oce documentation built on May 8, 2024, 10:46 p.m.