2 lines
92 B
R
2 lines
92 B
R
ascii <- as.integer(charToRaw("hello world")); ascii
|
|
text <- rawToChar(as.raw(ascii)); text
|