Description Usage Arguments Value
Convert a single R 32-bit signed integer value to a lower bit representation
1 2 3 | int32_to_lofi(int32, nbits, signed = FALSE)
lofi_to_int32(lofi, nbits, signed = FALSE)
|
int32 |
a single R 32-bit signed integer value |
nbits |
number of bits |
signed |
boolean. default: FALSE |
lofi |
integer value |
an integer value, only the lower 'nbits' contain valid information
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.