Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ENH] Support tidyr 1.3.0 #190

Open
3 of 7 tasks
pwwang opened this issue Sep 4, 2023 · 0 comments
Open
3 of 7 tasks

[ENH] Support tidyr 1.3.0 #190

pwwang opened this issue Sep 4, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@pwwang
Copy link
Owner

pwwang commented Sep 4, 2023

Feature Type

  • Adding new functionality to datar

  • Changing existing functionality in datar

  • Removing existing functionality in datar

Problem Description

Feature Description

  • New family of consistent string separating functions:
    separate_wider_delim(), separate_wider_position(),
    separate_wider_regex(), separate_longer_delim(), and
    separate_longer_position().
  • nest() gains a .by argument which allows you to specify the columns to
    nest by (rather than the columns to nest, i.e. through ...). Additionally,
    the .key argument is no longer deprecated, and is used whenever ... isn't
    specified
  • pivot_longer() gains a cols_vary argument for controlling the ordering of
    the output rows relative to their original row number
  • New datasets who2, household, cms_patient_experience, and
    cms_patient_care to demonstrate various tidying challenges

Additional Context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant