Q100
What will be the output of the following R code? > x x[c(1, 3, 4)]
A.
"a" "b" "c"
B.
"a" "c" "c"
AnswerC.
"a" "c" "b"
D.
"b" "c" "b"
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board