Skip to content

Commit

Permalink
Update example for sorted=FALSE (#6474)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelChirico authored Sep 5, 2024
1 parent 71ddfe7 commit 97980d9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions man/J.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,7 @@ x = c(1, 1, 2)
y = c(4, 6, 4)
CJ(x, y) # output columns are automatically named 'x' and 'y'
CJ(x, y, unique=TRUE) # unique(x) and unique(y) are computed automatically

z = 0:1 + (0:1)*1i
CJ(x, z, sorted = FALSE) # support for sorting complex is not yet implemented
CJ(x, y, sorted = FALSE) # retain input order for y
}
\keyword{ data }

Expand Down

0 comments on commit 97980d9

Please sign in to comment.