InterviewSolution
Saved Bookmarks
| 1. |
________ is used to view packages currently loaded.(a) library()(b) search()(c) .libPaths()(d) stringr()I have been asked this question in semester exam.Question is taken from Packages topic in chapter Commands, Packages, Visualizing Data and Linear Regression of R Programming |
|
Answer» The correct CHOICE is (b) search() |
|