Skip to contents

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

Usage

remove_outliers_global(.input, .column, ...)

Arguments

.input

Data.

.column

Column to identify outliers in.

...

Parameters to identify_vector_outliers_global().

Value

Tibble with rows filtered.