I wish to combine multiple data frames (17 total) that all have a column with yyyy-mm, and other columns with corresponding values for that month.
The data frames do not all start at the same month, they also do not have similar lengths.
I wish to combine them so that each represented yyyy-mm in all my data frames is represented in the combined data frame, and fill rows when no value was found with NA, so nothing is skipped.
How do I do this?