Saved Bookmarks
| 1. |
______ is used to view all packages installed.(a) library()(b) search()(c) .libPaths()(d) stringr() |
|
Answer» The correct option is (a) library() Easiest explanation: Both require() and library() can load (strictly speaking, attach) an R package. |
|