R.oo (version 1.22.0)

ASCII: 8-bit ASCII table

Description

ASCII is the 8-bit ASCII table with ASCII characters from 0-255.

Arguments

See Also

charToInt() intToChar()

Examples

Run this code
# NOT RUN {
  ch <- ASCII[65+1];  # ch == "A"
# }

Run the code above in your browser using DataLab