1.

Which function is used for seeing currently active libraries?(a) Curlib()(b) Currlib()(c) .libpaths()(d) Pathlibr()The question was asked in an internship interview.I'm obligated to ask this question of Packages topic in chapter Commands, Packages, Visualizing Data and Linear Regression of R Programming

Answer»

Correct answer is (C) .libpaths()

To elaborate: A LIBRARY is simply a directory containing INSTALLED packages. EVERYONE can use the dot libPaths() for seeing which LIBRARIES are currently active.



Discussion

No Comment Found

Related InterviewSolutions