Currently I have two lists in R, the first list has 20 data frames, each with 25 columns. The second list is 20 sets of 25 characters, i.e. column names. What I want to do is have the column names in the first data frame equal to the values in the first set of characters in the second list, etc.
Any insight is much appreciated!!