Description Usage Arguments Value Author(s)
Gives details on consecutive repeats within a vector.
1 |
col |
a vector. |
A data frame with columns 'value', 'num_rep', 'start_index' and 'end_index':
'value' is the elements of the vector excluding any consecutive repeats,
'num_rep' is the number of times each value consecutively occurs,
'start_index' is the start index of each value within the original vector,
'end_index' is the end index of each value within the original vector.
Aaron Hayman
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.