powered by
Generate an argument table from a set of arguments, following the standard rules for vector recycling in R.
args_set(...)
Named arguments to a function.
A tibble of argument combinations.
# NOT RUN { args_set(x = 1:10, y = 1:10) args_set(x = 1:10, y = 1:5, z = 1:2) # mismatched argument lengths will generate a warning # } # NOT RUN { args_set(x = 1:10, y = 1:3) # } # NOT RUN { # }
Run the code above in your browser using DataLab