col_stats: Apply a statistic function to all column vectors
Description
Apply a counting summary function like dplyr::n_distinct() or count_na()
to every column of a data frame and return the results along with a
percentage of that value.
Usage
col_stats(data, fun, print = TRUE)
glimpse_fun(data, fun, print = TRUE)
Value
A tibble with a row for every column with the count and proportion.