Unlist a list of dataframes

Use list2env it is specially designed for this:

From a named list x, create an environment containing all list
components as objects, or “multi-assign” from x into a pre-existing
environment.

So here :

list2env(mylist ,.GlobalEnv)

Leave a Comment