Unlist list as a dateframe

Hi there! I have a list that is supposed to be a data.frame: it has 92 vectors with length=24 of values between 1 to 3.
I will upload a image, because i don't know how to create a minimum example of a list. Something like this
...

How can create a data frame with that information? I tried to unlist it, but it shuffled all the information.

Thank you!

It's easy

as.data.frame(yourlist)

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.