
The server function of the categorycountplot module
Source:R/categorycountplot.R
categorycountplot.RdLets the user tally rows of a data frame by a categorical column,
optionally split by a second, rendered via interactive_barchart
(the same tally that interactive_count_barplot exposes as a
standalone function). Identifier-like columns (e.g. a gene or sample
ID/name, where almost every row has its own distinct value) are excluded,
since there would be little to count beyond '1' per row.