parity_full_s | R Documentation |
This internal function checks the parity (even or odd) of sequences of consecutive occurrences in a data frame created by 'count_by_sequence'.
parity_full_s(counted)
counted |
A data frame created by 'count_by_sequence' with columns 'id' and 'count'. |
A logical value indicating whether the sequence has valid parity ('TRUE') or not ('FALSE').
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.