powered by
For an input vector x, returns in a list, the collection of all subsets of x of size k.
subsetsOfSize(x, k)
a list of all subsets of x of a given size k
a vector from which to get subsets
the size of the subsets returned