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:

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.

Value

A character string.


[Package teal.slice version 0.6.0 Index]