vt_duplicated_rows: Validate a CSV Contains No Duplicate Rows

View source: R/vt_duplicated_rows.R

vt_duplicated_rowsR Documentation

Validate a CSV Contains No Duplicate Rows

Description

vt_duplicated_rows - Validates that a .csv file's data.frame contains no duplicated rows.

Usage

vt_duplicated_rows(data, file_name = NULL)

Arguments

data

data.frame.

file_name

An optional file name for use in reporting.

Value

Returns a list of validation results.

Examples

vt_duplicated_rows(CO2)
vt_duplicated_rows(CO2[, 1:3])
str(vt_duplicated_rows(CO2[, 1:3]))

steventsimpson/valiData documentation built on Jan. 27, 2023, 2:11 p.m.