1.

Joining two lists can be achieved either using the _________ function.(a) Concat(b) Join(c) Reduce(d) DeleteThe question was posed to me in a national level competition.My query is from Data Types in portion Nuts and Bolts and Getting Data In and Out of R Programming

Answer»

Correct CHOICE is (a) Concat

The best I can EXPLAIN: JOINING two lists can be achieved EITHER using the concatenation function or the APPEND function.



Discussion

No Comment Found

Related InterviewSolutions