1.

Which function can be used to determine the names assigned to a list?(a) Names(b) Name(c) Nam(d) NemThe question was posed to me in an online quiz.My doubt is from Data Types topic in portion Nuts and Bolts and Getting Data In and Out of R Programming

Answer»

Correct choice is (a) Names

The explanation: To determine the names ASSIGNED to a list, the names function can be USED. Lists can be created USING the list function. Like DATA frames, they can incorporate a MIXTURE of modes into the one list and each component can be of a different length or size.



Discussion

No Comment Found

Related InterviewSolutions