Skip to content

Commit e4aef6d

Browse files
authored
update linebreaks in setorder docs (#7432)
1 parent 2c17a5a commit e4aef6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

man/setorder.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ default is \code{TRUE}. \code{setorder} and \code{setorderv} only accept
6161
this means "descending" and not "negative" because the implementation simply
6262
reverses the sort order, as opposed to sorting the opposite of the input
6363
(which would be inefficient).
64-
6564
Note that \code{-b} also works with columns of type \code{character} unlike
6665
\code{\link[base]{order}}, which requires \code{-xtfrm(y)} instead (which is slow).
66+
6767
\code{setorderv} in turn accepts a character vector of column names and an
6868
integer vector of column order separately.
6969

0 commit comments

Comments
 (0)