make_count_text | R Documentation |
Returns a text label describing filtered counts. The text is composed in the following way:
when countnow
is not NULL
: <label> (<countnow>/<countmax>)
when countnow
is NULL
: <label> (<countmax>)
make_count_text(label, countmax, countnow = NULL)
label |
( |
countmax |
( |
countnow |
( |
A character string.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.