1.

Columns can be arranged in descending order too by using the special ____ operator.(a) asc()(b) desc()(c) descending()(d) subsetI have been asked this question in an interview.This intriguing question comes from dplyr in portion R – Data Storage, Formats, Objects and Operations of R Programming

Answer»

Correct answer is (b) DESC()

To elaborate: This will SORT the ORDER in decreasing order.



Discussion

No Comment Found

Related InterviewSolutions