1.

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

Answer»

rbind() function is USED to merge two DATA frames VERTICALLY.

Eg.

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

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

Eg.

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



Discussion

No Comment Found