list_rev | R Documentation |
Reverse list from list names to elements mapping to elements to names mapping.
list_rev(list)
list |
input list with names slot |
list
list <- list("n1"=c("e1", "e2", "e4"), "n2"=c("e1", "e5"))
list_rev(list)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.