Skip to contents

Uses identify_vector_outliers_window() to identify outliers in given column. Then, removes the outlier rows.

Usage

remove_outliers_window(.input, .column, ...)

Arguments

.input

Data.

.column

Column to identify outliers in.

...

Parameters to identify_vector_outliers_window().

Value

Tibble with rows filtered.