I want to convert my list into a dataframe. Please see the attached image of how my list looks like.
I tried using
do.call(cbind, lapply(mylist, as.data.frame))
I want to convert my list into a dataframe. Please see the attached image of how my list looks like.
I tried using
do.call(cbind, lapply(mylist, as.data.frame))