1.

What is output of getOption(“defaultPackages”) in R studio?(a) Installs a new package(b) Shows default packages in R(c) Error(d) Nothing will printI had been asked this question in a national level competition.My question is based upon Basics in chapter History, Overview and Getting Started of R Programming

Answer»

Right option is (b) Shows default PACKAGES in R

The BEST I can explain: There are base packages (which come with R automatically), and contributed packages. The base packages are maintained by a select group of VOLUNTEERS, called R CORE. In ADDITION to the base packages, there are over ten thousand additional contributed packages written by individuals all over the world.



Discussion

No Comment Found

Related InterviewSolutions