report_duplicates: Report duplicate rows

View source: R/utils.R

report_duplicatesR Documentation

Report duplicate rows

Description

Reports duplicates in data on columns cols. Duplicates are reported via a warning.

Usage

report_duplicates(data, cols, throw_error = TRUE)

Arguments

data

A tibble.

cols

Cols to check for duplicate combinations on.

throw_error

Boolean, if TRUE error is thrown on failures, otherwise a warning.


2DegreesInvesting/r2dii.climate.stress.test documentation built on June 6, 2024, 8:23 a.m.