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

has_no_dup_rows(data)

Arguments

data

data.frame

Value

TRUE if there are no duplicate rows, else FALSE.