Description Usage Arguments Examples
randomPairs()
Takes a list of elements and pairs each element randomly with another element
from the same list to create unique pairs. Elements are not paired with themselves
nor are they paired with items that have already been paired.
1 | randomPairs(list = letters, lname = "l", rname = "r")
|
list |
Vector of the items to be paired. |
lname |
Name for the left column of the returned data frame. |
rname |
Name for the right column of the returned data frame. |
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.