Skip to content

Commit 946af1a

Browse files
committed
list {duckplyr} on packages page
1 parent aee5583 commit 946af1a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/packages/index.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,11 @@ In addition to [tidyr](https://tidyr.tidyverse.org), [dplyr](https://dplyr.tidyv
5858

5959
### dplyr backends
6060

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

6363
* [dbplyr](https://dbplyr.tidyverse.org) allows you to use remote database tables by converting dplyr code into SQL.
6464
* [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.
65+
* [duckplyr](https://duckplyr.tidyverse.org) is a drop-in replacement for dplyr, powered by [DuckDB](https://duckdb.org/) for speed.
6566

6667
## Program
6768

0 commit comments

Comments
 (0)