get_dup_run_inds | R Documentation |
Get indices of starts and ends of runs of duplicate values
get_dup_run_inds(dups)
dups |
a boolean vector that would result from calling
|
named list with entries starts
giving indices of the first element
in each sequence of runs of duplicate values and ends
giving indices of
the last element in each sequence of runs of duplicate values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.