table2: Cross Tabulation and Table Creation

View source: R/table2.R

table2R Documentation

Cross Tabulation and Table Creation

Description

Equivalent of base::table(), except where useNA = "always" by default. See documentation for base::table() for more information.

Usage

table2(..., useNA = "always")

Arguments

...

one or more objects which can be interpreted as factors

useNA

by default set to 'always'


leonidliu/liutils documentation built on Aug. 3, 2024, 4:57 p.m.