Skip to content

v3.0.2

Compare
Choose a tag to compare
@alshan alshan released this 17 Aug 23:56
· 602 commits to master since this release

[3.0.2] - 2021-06-09

Added

  • Ordering categories:

    New parameters added to the asDiscrete() function:

    • orderBy - name of the variable by which the ordering will be performed;
    • order - ordering direction: 1 for ascending direction and -1 for descending (default).

    See: as_discrete.

Changed