lol_to_df: Convert a list of lists returned from vapply to a dataframe
Description
When running a vapply function and each element returns a list with
multiple values, the return value is a list of lists. This function can be
used to convert that return value into a data.frame.