Google News
logo
R - Quiz(MCQ)
________ function can be used to add datasets in R provided with the columns in the datasets should be the same.
A)
rbind()
B)
jbind()
C)
bbind()
D)
hbind()

Correct Answer :   rbind()


Explanation : rbind () function can be used add datasets in R language provided the columns in the datasets should be the same. R has a large number of in-built functions and also the user can create their own functions.

Advertisement