I wonder how to deal with a 16-bit unsigned integer in R. Let's say the number 18 can be expressed as 0000000000010010.
How do I do this kind of conversion in R? Any idea?
I wonder how to deal with a 16-bit unsigned integer in R. Let's say the number 18 can be expressed as 0000000000010010.
How do I do this kind of conversion in R? Any idea?