get_summary_table
summarise each column of a table.
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. |
data.frame.
It only takes the columns of class character or factor.