chars
R/methods.R
unique.chars.Rd
Extract Unique Elements of chars Objects.
# S3 method for class 'chars' unique(x, ...)
a chars object.
further arguments passed to or from other methods.
a chars object containing unique elements.
unique(chars("mississippi")) #> [1] "misp"