Saved Bookmarks
| 1. |
___________ function gives an error message if the desired package cannot be loaded.(a) Dplyr(b) Require(c) Library(d) Sample |
|
Answer» Correct answer is (c) Library To explain: Library () function gives an error message if the desired package cannot be loaded. Require () function is usually used inside a function and throws a warning whenever a particular package is not found. |
|