Helper which does lapply, cbind and then as.data.frame
lapply_cbind_df(X, FUN, ...)
X
object to apply on
FUN
function to apply
...
passed on to lapply