Skip to content

Commit

Permalink
example
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Nov 24, 2024
1 parent 31c5803 commit e242829
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions R/data_arrange.R
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
#' # Arrange in decreasing order
#' data_arrange(head(mtcars), "-carb")
#'
#' # arrange several variables, grouped by another one
#' data_arrange(head(mtcars), c("gear", "carb"), by = "cyl")
#'
#' # Throw an error if one of the variables specified doesn't exist
#' try(data_arrange(head(mtcars), c("gear", "foo"), safe = FALSE))
#' @export
Expand Down
3 changes: 3 additions & 0 deletions man/data_arrange.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e242829

Please sign in to comment.