Sorting Data with arrange()

Data Science with R Programming 6 min min read Updated: Mar 07, 2026 Beginner
Sorting Data with arrange()
Beginner Topic 5 of 10

Arrange Function

The arrange() function sorts data based on one or more columns.

r arrange(mtcars, mpg)

Next Tutorial: group_by() Function

Get Newsletter

Subscibe to our newsletter and we will notify you about the newest updates on Edugators