Vidyalelo
R Programming · Q100

Data Structures in R Programming

Programming · R Programming · question 100

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"
Answer
C.
"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