Runs all combinations of elements in ... as parameters of FUN (grid apply).
I(.) can be used to avoid that an element is interpreted as a grid value.
If an error occurs, then the result of FUN will not be stored. You may notice missing indices
in the returning list.
Usage
gapply(FUN, ..., .simplify = TRUE)
apply_grid(FUN, ..., .simplify = TRUE)
Value
A list or a data frame with the function results.
Arguments
FUN
function or character: a string naming the function to be called
...
list: of arguments of the function to be called. The names attribute of args returns the argument names
.simplify
logical: should the result be simplified to a data frame (if possible)? (default: TRUE)