smart_table | R Documentation |
Should elements passed into table()
contain NA
or NaN
, we want to see them
by default.
smart_table(...)
... |
arguments passed to table |
Return a table
aa = c(1,1,2,2,2,3,NA)
table(aa)
smart_table(aa)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.