What Will Be The Output Of The Following R Codep Pre Langrsplus #682
What will be the output of the following R code?</p> <pre><code class="language-rsplus">install.packages(c("devtools", "roxygen2"))</code></pre>
This multiple choice question (MCQ) is related to the book/course gs gs110 R Language. It can also be found in gs gs110 Commands, Packages, Visualizing Data and Linear Regression - Packages - Quiz No.4.
What will be the output of the following R code?
install.packages(c("devtools", "roxygen2"))
Develops the tools
Exits R studio
Installs the given packages
Nothing happens