compress {rle} | R Documentation |
A generic function for compressing a data structure.
Description
A generic function for compressing a data structure.
Usage
compress(x, ...)
Arguments
x |
the object to be compressed. |
... |
additional arguments to methods. |
[Package rle version 0.9.2 Index]