1.

What Is The Function Which Is Used For Merging Of Data Frames Horizontally In R?

Answer»

Merge()function is used to merge two data FRAMES

Eg: SUM<-merge(data frame1,data FRAME 2,by=’ID’)

 

Merge()function is used to merge two data frames

Eg: Sum<-merge(data frame1,data frame 2,by=’ID’)

 



Discussion

No Comment Found