splititsnames_byValues | R Documentation |
Split the names of a list by its its values.
splititsnames_byValues(namedVec)
namedVec |
A vector with names. |
A list of vectors, each of which contains the elements of namedVec
that have the corresponding value.
namedVec <- c("A", "B", "C", "A", "B", "D")
splititsnames_byValues(namedVec)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.