functools (version 0.2.0)

Lapply: Wrapper for lapply function.

Description

Wrapper for lapply.

Usage

Lapply(.x, .f, ...)

Arguments

.x
A vector.
.f
A function to be applied.
...
Optional arguments to .f.

See Also

lapply for code and documentation.

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