| dapply {BBmisc} | R Documentation |
Call lapply on an object and return a data.frame.
Description
Applies a function fun on each element of input x
and combines the results as data.frame columns.
The results will get replicated to have equal length
if necessary and possible.
Usage
dapply(x, fun, ..., col.names)
Arguments
x |
[ |
fun |
[ |
... |
[any] |
col.names |
[ |
Value
[data.frame].
[Package BBmisc version 1.13 Index]