Vidyalelo
R Programming · Q90

Data Visualization with ggplot2

Programming · R Programming · question 90

Q90

What will be the output of the following R code? install.packages(c("devtools", "roxygen2"))

A.
Develops the tools
B.
Exits R studio
C.
Installs the given packages
Answer
D.
Nothing happens

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board