statTable {desctable} | R Documentation |
If stats is a list of functions or purrr::map like formulas, use them. If it is a single function, use it with the entire data as its argument to produce a list of statistical functions to use.
statTable(data, stats)
data |
The dataframe to apply the statistic to |
stats |
A list of named statistics to use |
A dataframe of all statistics for all variables