smart_table: smart_table

View source: R/basic.R

smart_tableR Documentation

smart_table

Description

Should elements passed into table() contain NA or NaN, we want to see them by default.

Usage

smart_table(...)

Arguments

...

arguments passed to table

Value

Return a table

Examples


aa = c(1,1,2,2,2,3,NA)
table(aa)
smart_table(aa)

pllittle/smartr documentation built on Feb. 28, 2025, 6:54 a.m.