1.

Which of the following can be used to display the names of (most of) the objects which are currently stored within R?(a) object()(b) objects()(c) list()(d) class()This question was posed to me in examination.I'm obligated to ask this question of Console Input and Evaluation topic in section History, Overview and Getting Started of R Programming

Answer»

Right CHOICE is (B) objects()

EASIEST EXPLANATION: During an R session, objects are CREATED and stored by name.



Discussion

No Comment Found

Related InterviewSolutions