mosaic_tally: Internal tally methods

View source: R/tally.R

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


mosaicCore documentation built on Nov. 5, 2023, 9:06 a.m.