lapply_df {ISRaD} | R Documentation |
Run lapply
, converting result to a data frame.
Description
Run lapply
, converting result to a data frame.
Usage
lapply_df(...)
Arguments
... |
Parameters to pass to lapply |
Value
A data frame of the results with stringsAsFactors=FALSE.
[Package ISRaD version 2.5.5 Index]