calculates set of basic metrics (min,max, quartiles, mean...)
![[Stable]](figures/lifecycle-stable.svg)
summarise_metrics(dataset, grouping_variables = NULL, variables = NULL)
Arguments
- dataset
tibble, data.frame with at least one numeric value
- variables
String or vector of strings of variables that should be summarised.
- grouping_variable
Optional. String or vector of strings describing the columns that should be used for grouping
Value
summary_df: Tibble with column varaible, if defined grouping_variable and corresponding summary statistics.