RosettaCodeData/Task/Character-codes/R/character-codes.r
2023-07-01 13:44:08 -04:00

2 lines
92 B
R

ascii <- as.integer(charToRaw("hello world")); ascii
text <- rawToChar(as.raw(ascii)); text