Description Usage Arguments Details Value See Also Examples
get_summary_table
summarise each column of a table.
1 | get_summary_table(mdata, min_n = 1)
|
mdata |
Object of class data.frame. |
min_n |
Filter columns with this number of objects or less, Default: 1. |
It only takes the columns of class character or factor.
data.frame.
1 2 3 4 | ## Not run:
if(interactive()) get_summary_table(reshape2::melt(Titanic))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.