Google News
logo
R - Quiz(MCQ)
The ________ function takes an arbitrary number of arguments and concatenates them one by one into character strings.
A)
copy()
B)
del()
C)
bind()
D)
paste()

Correct Answer :   copy()


Explanation : Any numbers given among the arguments are coerced into character strings in the evident way, that is, in the same way they would be if they were printed.

Advertisement