Q. How do you install a package in R from the CRAN repository using the install.packages() function?
β
Correct Answer: (A)
install.packages("package_name")
You must be Logged in to update hint/solution