Learn R Programming

HelpersMG (version 5.1)

chr: Return the characters defined by the codes

Description

Return a string with characters defined by the codes.

Usage

chr(n)

Arguments

n

The code to be used to return a character

Value

A string with characters defined by the codes

Details

chr returns the characters defined by the codes

See Also

Other Characters: asc(), d(), tnirp()

Examples

Run this code
# NOT RUN {
chr(65:75)
chr(unlist(tapply(144:175, 144:175, function(x) {c(208, x)})))
# }

Run the code above in your browser using DataLab