Mapply: Wrapper for mapply function.

Description Usage Arguments See Also

View source: R/Mapply.R

Description

Wrapper for mapply.

Usage

1
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


paulhendricks/functools documentation built on May 24, 2019, 8:41 p.m.