smart_table {smarter}R 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)

[Package smarter version 1.0.1 Index]