Skip to content

Commit cbbcb94

Browse files
authored
add duckplyr to dplyr backends (#744)
1 parent 7d9e8b0 commit cbbcb94

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/packages/index.md

Lines changed: 2 additions & 1 deletion
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/) runs existing dplyr code using [DuckDB](https://duckdb.org/) where possible, allowing for fast analysis of larger-than-memory datasets straight from local files or from the web.
6566

6667
## Program
6768

0 commit comments

Comments
 (0)