0 votes
in R Language by
What is the function which is used for merging of data frames horizontally in R language?

1 Answer

0 votes
by

Merge()function is used to merge two data frames

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

Related questions

0 votes
asked Feb 25, 2020 in R Language by rahuljain1
0 votes
asked Feb 27, 2020 in R Language by rahuljain1
...