uniqueA: are all rows unique, TRUE/FALSE

Description Usage Arguments Details Value

View source: R/convinience_functions.R

Description

are all rows unique, TRUE/FALSE.

Usage

1
uniqueA(DT, ...)

Arguments

DT

a data.frame

Details

are all rows unique, TRUE/FALSE

Value

This function returns a logical value TRUE if all rows are unique, FALSE if they are not. ... is passed on to uniqueN from data.table, where the columns to check uniqueness to can be supplied as well.


emilBeBri/dttools documentation built on April 21, 2021, 5:44 a.m.