Beginner R
Q13 / 100

What is the function to install a package in R?

Correct! Well done.

Incorrect.

The correct answer is B) install.packages()

B

Correct Answer

install.packages()

Explanation

install.packages("packagename") downloads and installs a package from a repository like CRAN.

Progress
13/100