These functions provide basic summaries of noteworthy strings.
Returned object depends on the nature of the function. It can be integers,
logical, character. Results can be a vector of equal length of a single
value summary.
Use the tally_*
and distinct_*
functions specifically for summaries of
unique elements.
distinct_notes()
and distinct_pitches()
filter a noteworthy string
to its unique elements, respectively. These functions return another
noteworthy string.
*_span
functions are just the size of a range, e.g., semitone_range()
and
semitone_span()
.