make_count_text {teal.slice} | R Documentation |
Build count text
Description
Returns a text label describing filtered counts. The text is composed in the following way:
when
countnow
is notNULL
:<label> (<countnow>/<countmax>)
when
countnow
isNULL
:<label> (<countmax>)
Usage
make_count_text(label, countmax, countnow = NULL)
Arguments
label |
( |
countmax |
( |
countnow |
( |
Value
A character string.
[Package teal.slice version 0.6.0 Index]