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

+3 votes
asked Jul 28, 2019 in R Language by Aarav2017
0 votes
asked Feb 27, 2020 in R Language by rahuljain1
...