Vidyalelo
R Programming · Q84

Data Structures in R Programming

Programming · R Programming · question 84

Q84

Point out the correct statement?

A.
There are three operators that can be used to extract subsets of R objects
Answer
B.
The [ operator is used to extract elements of a list or data frame by literal name
C.
The [[ operator is used to extract elements of a list or data frame by string name
D.
There are five operators that can be used to extract subsets of R objects

Answer: Option A

Solution

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