allduplicated: Return all duplicated rows of a data.table.

View source: R/dt.inflix.R

allduplicatedR Documentation

Return all duplicated rows of a data.table.

Description

Return all duplicated rows of a data.table.

Usage

allduplicated(dt, by = NULL)

Arguments

dt

Data table.

by

Character vector. Names of columns to test for duplicates.

Value

A data.table of duplicated rows from dt.


andrewrech/datatable.inflix.operators documentation built on Sept. 17, 2023, 12:20 p.m.