functools (version 0.2.0)

Mapply: Wrapper for mapply function.

Description

Wrapper for mapply.

Usage

Mapply(..., .f, more_args = NULL, simplify = TRUE, use_names = TRUE)

Arguments

...
Arguments to vectorize over (vectors or lists of strictly positive length, or all of zero length).
.f
A function to be applied.
more_args
A list of other arguments to FUN.
simplify
Logical or character string; attempt to reduce the result to a vector, matrix or higher dimensional array; see the simplify argument of sapply.
use_names
Logical; use names if the first ... argument has names, or if it is a character vector, use that character vector as the names.

See Also

mapply for code and documentation.

Other functionals: Apply; Lapply; Sapply; Tapply; Vapply