Get outliers outside standard deviations from the mean
Usage
outliers_sd(.tbl, col, times = 3, id_col)
Arguments
- .tbl
A tibble
- col
A numeric columns
- times
How many standard deviations from the mean? Default to 3
- id_col
Usually uuid
Value
A tibble of outliers