Skip to content
Prev 165316 / 398506 Next

Convert ASCII string to Hex in R (vice versa)

Gundala Viswanath <gundalav <at> gmail.com> writes:
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