You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/packages/index.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,10 +58,11 @@ In addition to [tidyr](https://tidyr.tidyverse.org), [dplyr](https://dplyr.tidyv
58
58
59
59
### dplyr backends
60
60
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:
62
62
63
63
*[dbplyr](https://dbplyr.tidyverse.org) allows you to use remote database tables by converting dplyr code into SQL.
64
64
*[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 for speed.
0 commit comments