- r_data_frame_from_dicts(+DataFrame, +Rows) is det
- Assign the R variable DataFrame the content of Rows. Rows is a
list of dicts that must all have the same set of keys. The keys
are used as column names.
- See also
- - dicts_to_same_keys/3 to align the set of keys for each dict