What will be the output of the following R code?
install.packages(c("devtools", "roxygen2"))
install.packages(c("devtools", "roxygen2"))A. Develops the tools
B. Exits R studio
C. Installs the given packages
D. Nothing happens
Answer: Option C

Join The Discussion