stats_numeric.Rd
Calculates numeric statistics of data
stats_numeric(
data,
...,
stats_to_calculate = NULL,
.select_function = is.numeric
)
A data frame to process.
Grouping variables to be applied before calculation.
List of statistics function to calculate. Default value is NULL
which means that standard functions (n, mean, sd, median, iqr, min and max) are calculate.
Function used to select data columns for which the stats will be calculated. Default value is is.numeric
.
Data frame containing stats.