1.

_______ is not useful when developing a package since you have to install the package first.(a) Function(b) Library(c) Interface(d) ClassThis question was posed to me in an interview.My question comes from Packages in section Commands, Packages, Visualizing Data and Linear Regression of R Programming

Answer»

Correct answer is (b) LIBRARY

The EXPLANATION: library() is not useful when 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