Description Usage Arguments Value Examples
This function takes a vector and returns it in a random order
1 | scramble(x)
|
x |
a vector |
a vector, now in random order
1 | scramble(1:10)
|
[1] 3 4 10 6 1 2 9 5 7 8
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.