1.

______ is used to get library location in R.(a) library()(b) search()(c) .libPaths()(d) stringr()The question was posed to me in homework.The origin of the question is Packages in chapter Commands, Packages, Visualizing Data and Linear Regression of R Programming

Answer»

Right ANSWER is (C) .libPaths()

Easy explanation: libPaths() can ADD new paths to set of library trees searched.



Discussion

No Comment Found

Related InterviewSolutions