Skip to content

Commit

Permalink
need own by description
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Nov 24, 2024
1 parent 3a4f29a commit 79ccfb0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion R/data_arrange.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@
#' data frame.
#' @param select Character vector of column names. Use a dash just before column
#' name to arrange in decreasing order, for example `"-x1"`.
#' @param by Optional character string, indicating the names of one or more
#' variables in the data frame. If supplied, data rows will be sorted within
#' each group.
#' @param safe Do not throw an error if one of the variables specified doesn't
#' exist.
#' @param ... Currently not used.
#' @inheritParams data_summary
#'
#' @return A data frame, where rows are sorted according to the selected columns.
#'
Expand Down
4 changes: 2 additions & 2 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 79ccfb0

Please sign in to comment.