Compute the lengths and values of runs of equal values in a vector
rle_ff(x, ...)
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.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.