Skip to contents

Reports duplicates in data on columns cols. More specifically, we are interested in this case on the company_name, postcode and country columns. Duplicates are reported via a warning.

Usage

report_duplicates(data, cols)

Arguments

data

Tibble holding a result data set.

cols

Vector of columns names on which we want to test if there are duplicates on.