Skip to content

Instantly share code, notes, and snippets.

@ashirwad
Created November 20, 2024 21:32
Show Gist options
  • Save ashirwad/44a3e3218621da717755882569bf79cd to your computer and use it in GitHub Desktop.
Save ashirwad/44a3e3218621da717755882569bf79cd to your computer and use it in GitHub Desktop.
[Arrange rows in a custom order] #dplyr
mtcars |> dplyr::arrange(match(cyl, c(6, 8, 4)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment