mtabulate: Tabulate Frequency Counts for Multiple Vectors
Description
A wrapper for tabulate that works on
multiple vectors.
Usage
mtabulate(vects)
Arguments
vects
A list of named/unnamed vectors.
Value
Returns a dataframe with frequency counts per list item
(levels unused by any vectors in the list are dropped). If
list of vectors is named these will be the rownames of the
dataframe.