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