powered by
Extracts unique elements from a term vector.
# S3 method for term unique(x, incomparables = FALSE, ...)
The object.
Ignored.
Unused.
A vector of unique terms.
term-vector()
# NOT RUN { unique(as.term(c("b", "a", "a[1]", "a", NA, "aa", NA))) # }
Run the code above in your browser using DataLab