lapply.args.as.list: Call lapply with a list of arguments to FUN specified as the...

lapply.args.as.listR Documentation

Call lapply with a list of arguments to FUN specified as the parameter FUN.args.

Description

Call lapply with a list of arguments to FUN specified as the parameter FUN.args.

Usage

lapply.args.as.list(X, FUN, FUN.args)

Arguments

X

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

FUN

the function to be applied to each element of xlist

FUN.args

a named list of arguments to be suppplied to FUN when executed on each element of xlist


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