Re: [R] Extracting data from list of lists of dataframes

2020-05-27 Thread Bert Gunter
?reproducible example (see posting guide below) or https://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example However, I would suggest that you spend some time with an R tutorial or two rather than flailing about with such queries here. R has basic tools -- indexing by

[R] Extracting data from list of lists of dataframes

2020-05-27 Thread H
I am a newcomer to R and have been struggling with the following problem: I have a list1(1:N) containing a list2(1:2) each containing dataframes with the same column names but different number of rows. Both lists are named and the rows and the columns in the dataframe are named. I then would lik