Columns can be arranged in descending order too by using the special ____ operator.
(a) asc()
(b) desc()
(c) descending()
(d) subset
I 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