In R, the ______ function can be used to combine several vectors into one.

  • cbind()
  • rbind()
  • merge()
  • combine()
In R, the rbind() function can be used to combine several vectors into one. The rbind() function combines vectors by binding them row-wise, creating a new vector with the elements from each input vector arranged in rows.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *