powered by
Return a string with characters defined by the codes.
char(n)
A string with characters defined by the codes
The code to be used to return a character
Based on this blog: http://datadebrief.blogspot.com/2011/03/ascii-code-table-in-r.html
char returns the characters defined by the codes
Other Characters: asc(), d(), tnirp()
asc()
d()
tnirp()
char(65:75) char(unlist(tapply(144:175, 144:175, function(x) {c(208, x)})))
Run the code above in your browser using DataLab