I try to convert my list (which contains 12 dataframes and approximately 20,000 lines each) into separate dataframes:
list2env(mylist,envir=.GlobalEnv)
but the following error message appears:
names(x) must be a character vector of the same length as x
What can it be and what to do?