findListName | R Documentation |
Find List Name
findListName(x, list)
x |
character. |
list |
list. |
list name
list = list(N1 = c('a', 'b'), N2 = c('c', 'd')) findListName(c('a', 'c'), list)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.