Vapply: Wrapper for vapply function.

Description Usage Arguments See Also

Description

Wrapper for vapply.

Usage

1
Vapply(.x, .f, fun_value, ..., use_names = TRUE)

Arguments

.x

A vector.

.f

A function to be applied.

fun_value

A (generalized) vector; a template for the return value from .f.

...

Optional arguments to .f.

use_names

Logical; if TRUE and if X is character, use .x as names for the result unless it had names already.

See Also

vapply for code and documentation.

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


functools documentation built on May 2, 2019, 5:39 a.m.