Question: What function joins two or more column vectors to form a data frame?

  1. rbind()
  2. cbind()
  3. bind()
  4. coerce()

Answer: The correct answer of the above question is Option B:cbind()