Duplicated: Determine all duplicate elements

Description Usage Arguments Details Value

View source: R/Duplicated.R

Description

base::duplicated determines which elements of a vector or data frame are duplicates of elements with smaller subscripts, and returns a logical vector indicating which elements (rows) are duplicates.

Usage

1
Duplicated(x, all.dup = TRUE, ...)

Arguments

x

Numeric vector of centimeter.

all.dup

Logical: if TRUE considers duplicated each observation present more than one time in the object, otherwise implement base::duplicated algorithm (considers duplicated the second, third and so on duplicated observation).

...

Other arguments passed to base::duplicated.

Details

This wrapper allows to find all duplicated obs.

Value

A logical vector with duplicated marked as TRUE.


lbraglia/yapomif documentation built on May 20, 2019, 11:26 p.m.