r - Merge two data frames together that have the same variable names and data types -
I have tried the merge
function to merge the imported two CSV files. Both have the same variable name and data type, but each time I run, I have an object in which two data frames are named. I have tried the following:
# ex1 obj & lt; - Merge (obj1, obj2, = obj) # ex2 obj & lt; - Merge (obj1, obj2, all)
and many other iterative revisions
Does the right function merge? If so, what am I doing?
I think that you really want rbind
>
merge ()
actually in Join is used to equalize
.
Comments
Post a Comment