get_int12 | R Documentation |
Extract a 12-bit integer from two bytes
get_int12(x, i1, i2, full_first)
x |
the bytes (RawVector) from which to extract the integer |
i1 |
integer. The index of the first byte |
i2 |
integer. The index of the second byte |
full_first |
boolean. Use the full first byte and half of the second? |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.