powered by
Return a string with characters defined by the codes.
chr(n)
The code to be used to return a character
A string with characters defined by the codes
chr returns the characters defined by the codes
Other Characters: asc(), d(), tnirp()
asc()
d()
tnirp()
# 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