Saved Bookmarks
| 1. |
________ is used to view packages currently loaded.(a) library()(b) search()(c) .libPaths()(d) stringr() |
|
Answer» The correct choice is (b) search() The explanation is: This search will allow you to search the contents of the R functions, package vignettes, and task views. |
|