Calculate whether a sample is an outlier or not based on all the existing "outlier_" columns.

summarise_outlier(.data, out_column = outlier, ..., quiet = NULL)

Arguments

.data

A tibble with raw Delta values and file information.

out_column

The name of the outlier column.

...

These dots are for future extensions and must be empty.

quiet

If TRUE, print info messages. If NULL (default) listens to options(clumpedr.quiet)