1.

Which function is used for loading packages?(a) Library(b) Interface(c) Loader(d) LinkerThe question was asked by my college director while I was bunking the class.My doubt is from Packages in chapter Commands, Packages, Visualizing Data and Linear Regression of R Programming

Answer»

The CORRECT choice is (a) Library

Best explanation: library() FUNCTION is USED to load a package. library() is not useful when we are developing a package SINCE you have to install the package first. A library is a SIMPLE directory containing installed packages.



Discussion

No Comment Found

Related InterviewSolutions