When working with data which is a result of json-data converted to a list of
lists of lists of lists … (you know what mean ;-)) I often want to convert
it a data.frame.
Unfortunately there’s often a list in the source data which is unnamed…

Continue reading: Lists to Data.Frames with …