Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

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: b
Explanation: After installing the package it is important that you load it into your R session with the library() function.

Join The Discussion