Description Usage Arguments Value Examples
Displays tables with NAs, dimension names, and dimension classes by default
1 |
... |
Arguments passed to |
show_class |
TRUE by default. Shows the class of the variable being tabled. |
A table
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))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.