decode | R Documentation |
Decode data that uses run-length encoding
decode(x, ...)
## S4 method for signature 'DFrame'
decode(x, j = NULL)
## S4 method for signature 'Ranges'
decode(x)
x |
Object. |
j |
|
... |
Additional arguments. |
Modified object.
Columns will be decoded and no longer Rle
class.
Updated 2023-09-20.
S4Vectors::decode
.
S4Vectors::Rle
.
data(DFrame, package = "AcidTest")
## DFrame ====
object <- DFrame
object <- encode(object)
lapply(object, class)
object <- decode(object)
lapply(object, class)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.