Posts by Leonardo Siqueira • 1 point
1 post
-
0
votes2
answers240
viewsA: Problems with the merge function
If you used the bind_rows of dplyr wouldn’t get you what you want? tab.final <- bind_rows(tab1, tab2) In that case you’d have one data.frame 80-line. If not, you could shed more light on exactly…