generateCombinations | R Documentation |
Gnenerate combinations with specified size
generateCombinations(
panel = NULL,
size = 0,
repeats = FALSE,
vector = FALSE,
sep = "-"
)
panel |
panel which will be used to make combinations |
size |
size of a single combination. Can be a signle value or a vector value |
repeats |
Default FALSE, not allow repeats |
sep |
If return a vector, sep is needed |
loonR::generateCombinations(c("a","b","c"), size = 1:2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.