powered by
Generate an argument table based on permutations.
args_permute(..., .n)
Named arguments to a function.
the number of argument permutations to evaluate (sampling without replacement). If missing, all possible permutations are returned.
A tibble of argument combinations.
# NOT RUN { args_permute(x = 1:5, y = 1:2) args_permute(x = 1:10, y = 1:10, z = 1:10, .n = 10) # }
Run the code above in your browser using DataLab