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