Internal, generic function to get summary table for numeric variables
Source:R/descriptives.R
tbl_fn_num.RdThis function is a generic tbl_fn function to use with numeric 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.