lapply.subset: Executes .FUN on the specified varnames in X and return the...

lapply.subsetR Documentation

Executes .FUN on the specified varnames in X and return the results as a list.

Description

Executes .FUN on the specified varnames in X and return the results as a list.

Usage

lapply.subset(X, indices, .FUN, ...)

Arguments

X

a vector (atomic or list) or an expression object. Other objects (including classed objects) will be coerced by base::as.list.

indices

indices, either numeric or names, of elements in X for which to apply .FUN, or NULL to apply to all elements of X

.FUN

function

...

optional arguments to .FUN.

Value

results of .FUN applied to X as a list


kcha193/simarioV2 documentation built on April 8, 2024, 4:51 p.m.