Raw Message
Message-ID: <loom.20081222T074125-498@post.gmane.org>
Date: 2008-12-22T07:44:23Z
From: Dieter Menne
Subject: Convert ASCII string to Hex in R (vice versa)
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