Q36
Which of the following statement is another way to get a subset?
A.
subsetcon(dataset,logical)
B.
data.df[data.df=logical]
AnswerC.
sub(dataset,logical)
D.
subcon(dataset,logical)
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board