| rle_ff {ffbase} | R Documentation |
Similar rle in the base package but for ff
vectors.
rle_ff(x, ...)
x |
an |
... |
further arguments are passed on the |
An object of class rle which is a list with components
an integer vector containing the length of each run.
a vector of the same length as ‘lenghts’ with the corresponding values.
The resulting rle object is a memory object and must fit into memory.
rle for an implementation that runs on ordinary vectors.