Vidyalelo
R Programming · Q112

Data Structures in R Programming

Programming · R Programming · question 112

Q112

Point out the wrong statement?

A.
$ operator semantics are similar to that of [[
B.
The [ operator always returns an object of the same class as the original
C.
The $ operator is used to extract elements of a list or a data frame
Answer
D.
There are three operators that can be used to extract subsets of R objects

Answer: Option C

Solution

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