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

Implement row modifying features #74

Open
5 tasks
nathaneastwood opened this issue Jan 26, 2021 · 0 comments
Open
5 tasks

Implement row modifying features #74

nathaneastwood opened this issue Jan 26, 2021 · 0 comments
Labels
experimental These are experimental dplyr features which won't be implemented as quickly feature request New feature or request

Comments

@nathaneastwood
Copy link
Owner

These functions provide a framework for modifying rows in a table using a second table of data. The two tables are matched by a set of key variables whose values must uniquely identify each row.

  • rows_insert()
  • rows_update()
  • rows_patch()
  • rows_upsert()
  • rows_delete()
@nathaneastwood nathaneastwood added feature request New feature or request experimental These are experimental dplyr features which won't be implemented as quickly labels Jan 26, 2021
@nathaneastwood nathaneastwood changed the title Implement row modifying experimental features Implement row modifying features Jan 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
experimental These are experimental dplyr features which won't be implemented as quickly feature request New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant