Concatenating dataframes

Hi, I was just wondering how to concatenate these two dataframes together. I've been using dplyr but I haven't been successful.

Thank you.

Hi!

To help us help you, could you please prepare a reproducible example (reprex) illustrating your issue? Please have a look at this guide, to see how to create one:

I tried merge(x = df1, y = df2, by = "POS", all = TRUE) and it seemed to work! Thanks for your help anyway :slight_smile:

1 Like

Oh right sorry POS was the column header name for my data in the first column where I wanted both dataframes to match. Related to the picture about, it would be the column 'header name' for the first column containing 0,1,2,3,6,7

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.