Re: [R-sig-eco] Use rbind for more than two data frame

2019-02-21 Thread Lara Silva
Thanks for the advice! Mollie Brooks escreveu no dia quinta, 21/02/2019 à(s) 11:31: > Try changing "bio15_FP" to "bio15" so that the names match. > > > On 21Feb 2019, at 13:29, Lara Silva wrote: > > Hello, > > I am trying to join different data frames using rbind but I have the > following

Re: [R-sig-eco] Use rbind for more than two data frame

2019-02-21 Thread Mollie Brooks
Try changing "bio15_FP" to "bio15" so that the names match. > On 21Feb 2019, at 13:29, Lara Silva wrote: > > Hello, > > I am trying to join different data frames using rbind but I have the > following mensage: > > sdmata_global <- >

[R-sig-eco] Use rbind for more than two data frame

2019-02-21 Thread Lara Silva
Hello, I am trying to join different data frames using rbind but I have the following mensage: sdmata_global <- rbind(sdmdata_SM,sdmdata_P,sdmdata_T,sdmdata_F,sdmdata_SJ) Error in match.names(clabs, names(xi)) : names do not match previous names > class(sdmdata_SM) [1] "data.frame" >