[R] print.raw - but convert ASCII?

Matt Shotwell biostatmatt at gmail.com
Tue Apr 19 03:51:28 CEST 2011


Does anyone know if there is a simple way to print raw vectors, such
that ASCII characters are printed for bytes in the ASCII range, and
their hex representation otherwise? rawToChar doesn't work when we have
something like c(0x00, 0x00, 0x44, 0x00).

-Matt



More information about the R-help mailing list