make_count_text: Build count text
Description
Returns a text label describing filtered counts. The text is composed in the following way:
Usage
make_count_text(label, countmax, countnow = NULL)
Arguments
- label
(character(1)
) Text displayed before counts.
- countmax
(numeric(1)
) Number of unfiltered counts.
- countnow
(numeric(1)
) Number of filtered counts.