I would appreciate your help with this. I am trying to merge two datasets. Dataset1 has 12 observations (one observation for every month of the year). Dataset2 has 14 observations. The key variable is Month. The 2 additional observations in Dataset2 correspond to 2 additional rows in June. So, in the merged dataset I get three rows for June. The problem is that the merged dataset is replicating the information in Dataset1 to the two additional rows. I need those two additional rows to be NAs (as shown in the picture). I have tried using the merge and join functions and both replicate the data. Could you please show me how to solve this?

 
     
    