Learn R Programming

wrapr (version 2.1.0)

has_no_dup_rows: Check for duplicate rows.

Description

Check a simple data.frame (no list or exotic rows) for duplicate rows.

Usage

has_no_dup_rows(data)

Value

TRUE if there are no duplicate rows, else FALSE.

Arguments

data

data.frame