remove_outliers {baizer}R Documentation

remove outliers and NA

Description

remove outliers and NA

Usage

remove_outliers(df, col, .by = NULL)

Arguments

df

tibble

col

columns to remove outliers

.by

group by

Value

tibble

Examples

remove_outliers(mini_diamond, price)

[Package baizer version 0.8.0 Index]