This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How to merge 3 tsv files in R? with the same columns names ?

How to merge 3 tsv files in R which have the same columns names ?

So that the rows of all are under each other with allowing duplicates

Thanks in advance

r tsv

1 answer

how about rbind ?

Log in to answer this question.