Vidyalelo
R Programming · Q118

Data Structures in R Programming

Programming · R Programming · question 118

Q118

Point out the correct statement?

A.
You can also use the $ operator to extract elements by name
Answer
B.
$ operator can be used with computed indices
C.
The [[ operator can only be used with literal names
D.
$ operator semantics are similar to that of [[

Answer: Option A

Solution

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