r - How to create a raw array in hexmode -
i need create array raw type in hexadecimal form..
for example, if have array c("f2","4d"......), how convert raw type in hexadecimal form.
or, have methods create array value: raw [1:3] f2 4d 79 without transferring array of int or char?
Comments
Post a Comment