Converts a list where each element represents a record (row) into a
data.frame. Missing fields are filled with NA.
Value
A data.frame with one row per record and columns corresponding to the
union of all field names.
Details
List-valued fields are flattened by collapsing their contents into a single character value. This guarantees that the returned data frame contains no list columns, but nested structure is not preserved.
This function is intended for row-oriented data structures, such as JSON arrays of objects.
