I am working in R studio, where I have multiple lists of data( each list contains multiple observations in a single cell). As shown below: List data in R Studio
As shown above, the first column is the name of lists and third column Values are the observation in those lists(Each list with its associated values). What is required here is to convert these lists into data frame where all the names appear in one column and all the data appear in the second column. All data values have to be associated with each name with list names. How can I prepare a dataset with these requirements? i have taken out the name of lists through sapply function now the problem is how to extract the list values for those names?