Vidyalelo
R Programming · Q66

Data Structures in R Programming

Programming · R Programming · question 66

Q66

What will be the output of the following R code? > x x[[c(1, 3)]]

A.
13
B.
14
Answer
C.
15
D.
18

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board