tablena: Enhanced tables

Description Usage Arguments Value Examples

View source: R/tablena.R

Description

Displays tables with NAs, dimension names, and dimension classes by default

Usage

1
tablena(..., show_class = TRUE)

Arguments

...

Arguments passed to table()

show_class

TRUE by default. Shows the class of the variable being tabled.

Value

A table

Examples

1
2
3
tablena(dec13_excerpt$q2, dec13_excerpt$receduc)
# Also works with the with() function and other such functions that construct environments from data
with(dec13_excerpt, tablena(q2, receduc))

pewresearch/pewmethods documentation built on March 27, 2020, 7:22 p.m.