Bind each dataframe of a list to each dataframes of another list [R]
I have two list composed of dataframes (in the example 3 dataframes by list). I would like to bind the rows of dataframes of the two lists.
I have two list composed of dataframes (in the example 3 dataframes by list). I would like to bind the rows of dataframes of the two lists.