shuffle.list | R Documentation |
Shuffles a multi-level list
shuffle.list(x)
x |
list |
A multi-level list
Is called by qP function nm.extract.xml
test = list(A = list(a = 1,b = 2,c = 3), B = list(a = 2,b = 1,c = 0))
shuffle.list(test)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.