identify_outliers: Identify Outliers in a Data Frame Column
Description
This function identifies outliers in a specified column of a data frame.
It returns a tibble containing the unique values, tally, and whether it is an outlier or not.
Usage
identify_outliers(df, var)
Value
A tibble containing the unique values, tally, and whether each value is an outlier or not.