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