powered by
Should elements passed into table() contain NA or NaN, we want to see them by default.
table()
NA
NaN
smart_table(...)
Return a table
arguments passed to table
aa = c(1,1,2,2,2,3,NA) table(aa) smart_table(aa)
Run the code above in your browser using DataLab