allDups: Identify all duplicates values in a vector.

Description Usage Arguments Value

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.


andymckenzie/bayesbio documentation built on June 13, 2019, 7:01 p.m.