Saved Bookmarks
| 1. |
_______ is not useful when developing a package since you have to install the package first.(a) Function(b) Library(c) Interface(d) Class |
|
Answer» Correct answer is (b) Library The explanation: library() is not useful when developing a package since you have to install the package first. A library is a simple directory containing installed packages. |
|