Merging three dataframe results in error: Can’t join due to incompatible types (list / integer) in R
I have three dataframes. I would like to merge them over their common variables — state_num and year.
I have three dataframes. I would like to merge them over their common variables — state_num and year.