[R] Convert ASCII string to Hex in R (vice versa)

Dieter Menne dieter.menne at menne-biomed.de
Mon Dec 22 08:44:23 CET 2008


Gundala Viswanath <gundalav <at> gmail.com> writes:

> Is there such a package in R?

Re: Convert ASCII string to Hex in R (vice versa)

Difficult to understand what you want: could be

x = 32
(b = sprintf("%x",x) )

Also check hexmode/as.hexmode

Dieter



More information about the R-help mailing list