I have two lists each with 13 dataframes and 8 rows with different numbers of columns, I really would like to combine them together column wise (cbind style), and then save each dataframe as a separate dataframe, with the hope this might make it easier to use for calculations as doing calculations with the lists seams very difficult.
↧