InterviewSolution
Saved Bookmarks
| 1. |
___________ function gives an error message if the desired package cannot be loaded.(a) Dplyr(b) Require(c) Library(d) SampleThis question was posed to me in an internship interview.My question is based upon Functions topic in section Control Structures, Functions, Scoping Rules, Loop Functions and Debugging of R Programming |
|
Answer» Correct answer is (C) Library |
|