Q51
Which of the following will reverse the order of values in x?
A.
rev(x)
AnswerB.
max(x, na.rm=TRUE)
C.
all(x)
D.
x%in%y
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board