Free Access Week - Data Engineering + BI
Data Engineering and BI courses are free this week!
Free Access Week - Jun 2-8

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