allDups: Identify all duplicates values in a vector.

Description Usage Arguments Value

View source: R/allDups.R

Description

By default the base R function duplicated only identifies the duplicated values after the first in a vector as TRUE. This function identifies all of the duplicates as true.

Usage

1

Arguments

x

The input vector.

Value

A logical vector.


bayesbio documentation built on May 2, 2019, 3:43 a.m.

Related to allDups in bayesbio...