1.

Which of the following will reverse the order of values in x?

A. rev(x)
B. max(x, na.rm=TRUE)
C. all(x)
D. x%in%y
Answer» B. max(x, na.rm=TRUE)


Discussion

No Comment Found