Learn R Programming

charcuterie (version 0.0.4)

unique.chars: Extract Unique Elements of chars Objects.

Description

Extract Unique Elements of chars Objects.

Usage

# S3 method for chars
unique(x, ...)

Value

a chars object containing unique elements.

Arguments

x

a chars object.

...

further arguments passed to or from other methods.

Examples

Run this code
unique(chars("mississippi"))

Run the code above in your browser using DataLab