unique.integer: Unique Integer

Description Usage Arguments Details Value Author(s) See Also Examples

Description

Find unique values of a integer vector

Usage

1

Arguments

x

Integer vector

Details

A new algorithm for finding the unique values of a integer vector

It is dispatched to by unique and it calls a c++ function that uses a hash

Value

An integer vector of the unique values www.jaredlander.com

Author(s)

Jared P. Lander

See Also

unique unique.numeric unique.character

Examples

1
2
myint <- c(3, 4, 3, 7, 8, 4, 4, 3)
unique(myint)

jaredlander/join documentation built on May 18, 2019, 3:46 p.m.