Sort Rows

Sorting the result of a transformation can create great benefits. We often want the largest or smallest value from a set of rows. Let's learn how to do this with R.

This lesson is coming soon. In the meantime, refer to the provided code examples on GitHub as well as the chapter on data transformation from the book "R for Data Science" (2nd edition).

Drawing
Sorting rows changes the order of the observations in a data frame.

Last updated