uniq | R Documentation |
only keep unique vector values and its names
uniq(x)
x |
vector |
vector
x <- c(a = 1, b = 2, c = 3, b = 2, a = 1)
uniq(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.