rle_encode_int | R Documentation |
RLE encode integers
rle_encode_int(x)
x |
Integer vector. |
Raw vector, the encoded integers. It has two attributes:
bit_length
: the number of bits needed to encode the input, and
length
: length of the original integer input.
rle_decode_int()
Other encodings:
rle_decode_int()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.