remove outliers and NA
remove_outliers(df, col, .by = NULL)
df
tibble
col
columns to remove outliers
.by
group by
remove_outliers(mini_diamond, price)