Displaying 1 result from an estimated 1 matches for "ffffffffffddddddddddccccc".
2008 Dec 22
3
Convert ASCII string to Decimal in R (vice versa) was: Hex
...dieter.menne at menne-biomed.de> wrote:
> Gundala Viswanath <gundalav <at> gmail.com> writes:
>
>> For example I have the following ASCII strings:
>>
>> > ascii_str <- "ORRRIROOQRQQOLORRRRRRQRROKK>IKFAA"
>> > ascii_str2 <- "FFFFFFFFFFDDDDDDDDDDCCCCC>>>>>>>>>"
>>
>> Each character in the above string represent a hexadecimal value.
>> I want to translate those string into an array (of size == string length)
>> which contain hexadecimal conversion.
>>
>> as.hexmode doesn't se...