mosaic_tally {mosaicCore}R Documentation

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()


[Package mosaicCore version 0.9.4.0 Index]