parity_full_s: Check Parity of Sequences

View source: R/helpers.R

parity_full_sR Documentation

Check Parity of Sequences

Description

This internal function checks the parity (even or odd) of sequences of consecutive occurrences in a data frame created by 'count_by_sequence'.

Usage

parity_full_s(counted)

Arguments

counted

A data frame created by 'count_by_sequence' with columns 'id' and 'count'.

Value

A logical value indicating whether the sequence has valid parity ('TRUE') or not ('FALSE').


warehouseTools documentation built on April 3, 2025, 10:29 p.m.