Saved Bookmarks
| 1. |
The dplyr package can be installed from CRAN using __________(a) installall.packages(“dplyr”)(b) install.packages(“dplyr”)(c) installed.packages(“dplyr”)(d) installed.packages(“dpl”) |
|
Answer» Correct option is (b) install.packages(“dplyr”) Explanation: After installing the package it is important that you load it into your R session with the library() function. |
|