Vidyalelo
R Programming · Q114

Data Structures in R Programming

Programming · R Programming · question 114

Q114

What will be the output of the following R code? > x name x[[name]]

A.
1 2 3 4
Answer
B.
0 1 2 3
C.
1 2 3 4 5
D.
All of the mentioned

Answer: Option A

Solution

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