rle_decode_int | R Documentation |
RLE decode integers
rle_decode_int(
x,
bit_width = attr(x, "bit_width"),
length = attr(x, "length") %||% NA
)
x |
Raw vector of the encoded integers. |
bit_width |
Bit width used for the encoding. |
length |
Length of the output. If |
The decoded integer vector.
rle_encode_int()
Other encodings:
rle_encode_int()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.