R/transformations.R
then_count_by.Rd
See documentation for make_count_by() for details.
make_count_by()
then_count_by(lhs, .MO, .TV = "int")
The prior transformation or metric space.
Output Metric.
Type of Value. Express counts in terms of this integral type.
The carrier type is HashMap<TK, TV>, a hashmap of the count (TV) for each unique data input (TK).
HashMap<TK, TV>
TV
TK