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

1 Answer

0 votes
by

rbind() function is used to merge two data frames vertically.

Eg.

Sum<- rbind(data frame1,data frame 2)

Related questions

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