What Will Be The Output Of The Following R Codep Pre Langrsplus #355
What will be the output of the following R code?</p> <pre><code class="language-rsplus"> > x <- 3 > switch(6, 2+2, mean(1:10), rnorm(5)) </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 Control Structures, Functions, Scoping Rules, Loop Functions and Debugging - Control Structures - Quiz No.3.