Skip to content

CJ(sorted = TRUE) document wording #2192

@httassadar

Description

@httassadar

CJ documentation has the line regarding sorted paramter

sorted logical. Should the input order be retained?

The explanation is the opposite of the actual setting. If you want the input order to be retained, you set sorted = FALSE.

CJ(c('c','b','a'), c('xx','zz','yy'), sorted = TRUE)

will have 'a' before 'b'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions