Learn R Programming

baizer (version 0.8.0)

remove_outliers: remove outliers and NA

Description

remove outliers and NA

Usage

remove_outliers(df, col, .by = NULL)

Value

tibble

Arguments

df

tibble

col

columns to remove outliers

.by

group by

Examples

Run this code
remove_outliers(mini_diamond, price)

Run the code above in your browser using DataLab