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

dbplyr vs SQL #205

Closed
hadley opened this issue Jan 3, 2019 · 0 comments
Closed

dbplyr vs SQL #205

hadley opened this issue Jan 3, 2019 · 0 comments
Milestone

Comments

@hadley
Copy link
Member

hadley commented Jan 3, 2019

Include some advantages and disadvantages in the readme:

  • dplyr is easily composable and can work iteratively
    • can create functions and chain them together
    • can name intermediate components
    • mutate() automatically creates sub queries (show example)
  • for most common functions, can ignore vagaries of sql variants
  • can't easily construct custom joins, or new statements in SELECT
@hadley hadley added this to the v1.4.0 milestone Jan 9, 2019
@hadley hadley closed this as completed in 9b44237 Feb 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant