Learn R Programming

phenology (version 4.0.4)

chr: Return the characters defined by the codes

Description

Return a string with characters defined by the codes

Usage

chr(n)

Arguments

n
The vector with codes

Value

  • A string with characters defined by the codes

Details

chr returns the characters defined by the codes

Examples

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

Run the code above in your browser using DataLab