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 dplyr 1.0.9 #188

Closed
2 of 3 tasks
pwwang opened this issue Sep 4, 2023 · 0 comments
Closed
2 of 3 tasks

[ENH] Support dplyr 1.0.9 #188

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

https://github.com/tidyverse/dplyr/releases/tag/v1.0.9

Feature Description

  • rows_update() to allow key to be not unique
  • rows_update() to allow key to be a pipda Expression
  • rows_update(), rows_patch(), and rows_delete() gained a new unmatched
    argument allowing you greater control over rows in y with keys that are
    unmatched by the keys in x. By default, an unmatched key results in an
    error, but you can now also "ignore" these y rows.
  • rows_delete() no longer requires that the columns of y be a strict subset
    of x. Only the columns specified through by will be utilized from y,
    all others will be dropped with a message.

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
No open projects
Development

No branches or pull requests

1 participant