Internal, generic function to get summary table for factor variables
Source:R/descriptives.R
tbl_fn_fac.RdThis function is a generic tbl_fn function to use with factor variables when calling
get_desc_table().
Details
This should be passed as tbl_fn when calling get_desc_table(). If you want to create a custom
tbl_fn, you should model it after this one.