allPossibleCombinations {RSBJson} | R Documentation |
Generate All Possible Combinations of m Out of n
Description
Generate All Possible Combinations of m Out of n
Usage
allPossibleCombinations(n, m)
Arguments
n |
n |
m |
m |
Value
a JSON string with all possible combinations;
object of class json
as returned by toJSON
Examples
allPossibleCombinations(4, 2)
[Package RSBJson version 1.1.2 Index]