I have a nested loop during which I want to add dataframes into a list, as in:
listname <- list() for(xx in 1:50) { listname[[xx]] <- list() fo