Skip to content

Clarify fct_reorder2 ordering documentation#393

Open
LeonidasZhak wants to merge 1 commit into
tidyverse:mainfrom
LeonidasZhak:codex/clarify-fct-reorder2-order-docs
Open

Clarify fct_reorder2 ordering documentation#393
LeonidasZhak wants to merge 1 commit into
tidyverse:mainfrom
LeonidasZhak:codex/clarify-fct-reorder2-order-docs

Conversation

@LeonidasZhak

Copy link
Copy Markdown

Fixes #352.

This updates the fct_reorder2() documentation so it no longer says that the summary values are always put in ascending order. The revised wording notes that .desc controls the sort direction, and also fixes the .fun(.x, .y) typo in the same argument text.

Checks:

  • Verified the issue reprex gives levels b, a by default with .desc = TRUE
  • Rscript -e 'tools::checkRd("man/fct_reorder.Rd")'\n- git diff --check\n- R CMD build --no-build-vignettes .\n- _R_CHECK_FORCE_SUGGESTS_=false R CMD check --no-manual --ignore-vignettes --no-build-vignettes --no-tests forcats_1.0.1.9000.tar.gz

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Errors in fct_reorder2 documentation

1 participant