1.

______  is used to view all packages installed.(a) library()(b) search()(c) .libPaths()(d) stringr()

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