get_summary_table: Summarise table

Description Usage Arguments Details Value See Also Examples

View source: R/utilities.R

Description

get_summary_table summarise each column of a table.

Usage

1
get_summary_table(mdata, min_n = 1)

Arguments

mdata

Object of class data.frame.

min_n

Filter columns with this number of objects or less, Default: 1.

Details

It only takes the columns of class character or factor.

Value

data.frame.

See Also

melt

Examples

1
2
3
4
## Not run: 
 if(interactive()) get_summary_table(reshape2::melt(Titanic))

## End(Not run)

cramirezs/wreportr documentation built on Dec. 19, 2021, 6:09 p.m.