Wrapper for lapply that returns a data frame
lapply_df.RdWrapper for lapply that returns a data frame
Arguments
- X
a vector (atomic or list) or an
expressionobject. Other objects (including classed objects) will be coerced bybase::as.list.- FUN
the function to be applied to each element of
X: see ‘Details’. In the case of functions like+,%*%, the function name must be backquoted or quoted.- ...
Arguments passed on to
base::lapply- bind_fx
Binding function for the output (e.g.,
rbindorcbind).