1.

Which of the following statement is another way to get a subset?

A. subsetcon(dataset,logical)
B. data.df[data.df=logical]
C. sub(dataset,logical)
D. subcon(dataset,logical)
Answer» C. sub(dataset,logical)


Discussion

No Comment Found