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
______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.