Saved Bookmarks
| 1. |
________ function is usually used inside another function and throws a warning whenever a particular package is not found.(a) Dplyr(b) Require(c) Coin(d) Sample |
|
Answer» Correct option is (b) Require Easiest explanation: Require () function is usually used inside the other function and gives a warning whenever a particular package is not found. Library () function will give an error message if the desired package is not loaded. |
|