combinations | R Documentation |
Combinations of input arguments
combinations(...)
... |
Any number of atomic vectors. |
A data frame with columns named as the inputs, containing all input combinations.
combinations(a = 1:2, b = letters[1:3], c = LETTERS[1:2])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.