mosaic_tally: Internal tally methods
Description
These are used to implement tally()
in a way that allows dplyr
and mosaicCore
to co-exist.
End users should call the generics tally()
and count()
.
Usage
mosaic_tally(x, ...)mosaic_count(x, ...)
Arguments
- x
an object
- ...
additional arguments passed to table()