The arrange() function will print out the data set sorted by Age. But if you printed out MindsetMatters, it won't be
sorted by Age. Why?
A
B
C
D
Because we didn't save the sorted data set as MindsetMatters.
Because Age is a variable.
I
Because MindsetMatters is not a vector.
We should have used the function sort().



Answer :

Other Questions