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.

circle-info

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

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

Last updated