get_short | R Documentation |
Flexibly (big/little endian, signed/unsigned) convert two raw bytes to short
get_short(x, i1, i2, is_signed)
x |
the bytes (RawVector) from which to extract the short |
i1 |
integer. The index of the first byte |
i2 |
integer. The index of the second byte |
is_signed |
boolean. Return a signed value? |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.