Answer Posted / Hemant Pathak
There are several ways to add datasets in R. The c() function can be used to concatenate vectors or matrices, while merge(), full_join(), left_join(), right_join(), and inner_join() functions from 'dplyr' package can be used for merging dataframes.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers