unique.character: Unique Characters

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

Description

Find unique values of a character vector

Usage

1

Arguments

x

Character vector

Details

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

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

Value

A character vector of the unique values www.jaredlander.com

Author(s)

Jared P. Lander

See Also

unique unique.integer unique.numeric

Examples

1
2
mytext <- c("a", "b", "a", "jared", "b", "ben", "Jared")
unique.character(mytext)

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