get_duplicates: get_duplicates

Description Usage Arguments Value

View source: R/data_manipulation.R

Description

Determines which entries in an input vector are duplicated within that vector and returns those __values__.

Usage

1

Arguments

x

A vector of some form.

Value

A vector contain the entries of 'x' that are duplicated within 'x'. The order of 'x' is not respected and the returned vector is typically smaller than 'x'.


russHyde/homologiser documentation built on May 19, 2020, 8:20 p.m.