Google News
logo
R - Quiz(MCQ)
The dplyr package can be installed from CRAN using ________
A)
install.packages(“dplyr”)
B)
installed.packages(“dpl”)
C)
installall.packages(“dplyr”)
D)
installed.packages(“dplyr”)

Correct Answer :   install.packages(“dplyr”)


Explanation : After installing the package it is important that you load it into your R session with the library() function.

Advertisement