I've a list with 2 dataframes of varying length and I want to split them back into individual dataframes. How do I go about doing this ?
I tried using unlist and
df <- ldply (filelist, data.frame)
but it doesn't create two individual dataframe, rather puts it all in one dataframe, also it doesn't take into consideration the | delimiter.