Combining Dataframes in R -


i have 2 data frames, , b, both contain same columns.

a = person, place      1    ,   2      1    ,   3  b = person, place      2    ,   4      2    ,   3 

i want combine both tables one.

newtable = person, place            1    ,   2            1    ,   3            2    ,   4            2    ,   3 

any ideas how?


Comments

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -