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 (http://www.braju.com/R/)

See Also

charToInt() intToChar()

Examples

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

[Package R.oo version 1.6.5 Index]