Skip to contents

Uses identify_vector_outliers_window() to identify outliers in given column. Then, returns the list of outlier positions and intervals.

Usage

list_outliers_window(.input, .column, ...)

Arguments

.input

Data.

.column

Column to identify outliers in.

...

Parameters to identify_vector_outliers_window().

Value

Tibble with outlier list.