ASCII {R.oo}R Documentation

8-bit ASCII table

Description

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

Author(s)

Henrik Bengtsson

See Also

charToInt() intToChar()

Examples

Run examples

  ch <- ASCII[65+1];  # ch == "A"

[Package R.oo version 1.25.0 Index]