Open ararslan opened 6 years ago
Might be nice to have this for permutations
as well.
I subscribe to this proposal, both for combinations and for permutations. It could be interesting to use the same R arguments:
https://rdrr.io/cran/arrangements/man/permutations.html
from google search to this issue, thus bump
It might be worthwhile to combine the
combinations
andwith_replacement_combinations
functions. I could see a potential API asHaving separate functions was probably worthwhile in The Olden Days, when keyword arguments were a performance killer and value-based dispatch with
Val
didn't exist.