summary_seq | R Documentation |
Summary of repeated values in a sequence.
summary_seq(x)
x |
A vector |
A tibble with the values and the respective number of this values repeated in sequence.
x <- c(1, 1, 1, 2, 2, 2, 2, 3, 4, 5, 6, 7, 1, 1)
summary_seq(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.