Re: [R] Doubt_merging data

2018-04-09 Thread MacQueen, Don
Your email is hard to read because you sent html email. Please send plain text. You will need to say what you mean by "join". It's not a standard term with a universally agreed upon meaning within R. If you have 5 data frames, each with 5 rows, and it makes sense that after joining you should h

Re: [R] Doubt_merging data

2018-04-08 Thread Jeff Newmiller
I don't see how anyone can help you if you don't provide the input data (or a fake version of the data) you are using. On April 8, 2018 3:47:55 PM PDT, Lara Dutra Silva wrote: >Hello, > >I gather data from 5 objects and 5 data. frames and would like to join >information. > >join: pb_SM + pb_

[R] Doubt_merging data

2018-04-08 Thread Lara Dutra Silva
Hello, I gather data from 5 objects and 5 data. frames and would like to join information. join: pb_SM + pb_T + pb_P + pb_F + pb_SJ = total_pb join: sdmdata_SM + sdmdata_T + sdmdata_P + sdmdata_F + sdmdata_SJ =total_sdmdata code: rbind, merge? total_pb<- ?? total_sdmdata<- ?? 1 absva