1.

______is used to view all packages installed.(a) library()(b) search()(c) .libPaths()(d) stringr()I have been asked this question during an interview.This key question is from Packages in chapter Commands, Packages, Visualizing Data and Linear Regression of R Programming

Answer»

The CORRECT OPTION is (a) library()

EASIEST EXPLANATION: Both REQUIRE() and library() can load (strictly speaking, attach) an R package.



Discussion

No Comment Found

Related InterviewSolutions