Q. Which of the following sort a dataframe by the order of the elements in B? (A) x[rev(order(x$B)),] (B) x[ordersort(x$B),] (C) x[order(x$B),] (D) x[rev(x$B),] ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) x[rev(order(x$B)),]