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

list duckplyr on packages page #723

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion content/packages/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,11 @@ In addition to [tidyr](https://tidyr.tidyverse.org), [dplyr](https://dplyr.tidyv

### dplyr backends

There are also two packages that allow you to interface with different backends using the same dplyr syntax:
There are also three packages that allow you to interface with different backends using the same dplyr syntax:

* [dbplyr](https://dbplyr.tidyverse.org) allows you to use remote database tables by converting dplyr code into SQL.
* [dtplyr](https://dtplyr.tidyverse.org) provides a [data.table](http://r-datatable.com) backend by automatically translating to the equivalent, but usually much faster, data.table code.
* [duckplyr](https://duckplyr.tidyverse.org) is a drop-in replacement for dplyr, powered by [DuckDB](https://duckdb.org/) for speed.

## Program

Expand Down