Vidyalelo
R Programming · Q90

Data Structures in R Programming

Programming · R Programming · question 90

Q90

What will be the output of the following R code? > x x[["a", exact = FALSE]]

A.
1 2 3 4 5
Answer
B.
2 3 5
C.
1 3 3 5
D.
1 2 3

Answer: Option A

Solution

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