Question: 11. An analyst has the following function in R use.switch
11. An analyst has the following function in R
use.switch <- function(myChoice)
{
switch(myChoice, "a"="first", "b"="second", "other")
}
What should she see on the screen, if she executes use.switch("first")?
A) a
B) first
C) second
D) other
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
