splitit | R Documentation |
Creates an list of indexes for each unique entry of x
splitit(x)
x |
a vector |
x <- c("a","a","b","a","b","c","b","b")
splitit(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.