This is possibly a really simple question. I have a list of dataframes (df1, df2.... dfn), i.e. each element of the list is a dataframe. So basically, the list was created like this:
mylist = list(df1, df2,...., dfn)
But how do I do the reverse, that is unlist so that df1, df2, etc. reside separately in the workspace?