Convert Multiple Lists to dataframe

For such task, you could be interested by rectangling feature of tidyr

and purrr tools to iterate on list elements and apply a function to each

If you provide a reprex, we could help you with a working example. Using a screenshot does not help us to do that.

Hope it helps.