summary_seq: Summary of sequence of values

View source: R/summary_seq.r

summary_seqR Documentation

Summary of sequence of values

Description

Summary of repeated values in a sequence.

Usage

summary_seq(x)

Arguments

x

A vector

Value

A tibble with the values and the respective number of this values repeated in sequence.

Examples


x <- c(1, 1, 1, 2, 2, 2, 2, 3, 4, 5, 6, 7, 1, 1)

summary_seq(x)


vbfelix/relper documentation built on May 10, 2024, 10:50 p.m.