A 'DuckDB'-Backed Version of 'dplyr'
Anti join
Order rows using column values
Convert to a duckplyr data frame
Convert a duckplyr frame to a dbplyr table
Force conversion to a data frame
Compute results to a CSV file
Compute results to a Parquet file
Compute results
Configuration options
Count the observations in each group
Execute a statement for the default connection
Read Parquet, CSV, and other files using DuckDB
Keep distinct/unique rows
duckplyr data frames
Execute a statement for the default connection
duckplyr: A 'DuckDB'-Backed Version of 'dplyr'
Explain details of a tbl
Fallback to dplyr
Keep rows that match a condition
Flight data
Full join
Return the First Parts of an Object
Inner join
Intersect
Class predicate for duckplyr data frames
Retrieve details about the most recent computation
Left join
Forward all dplyr methods to duckplyr
Create, modify, and delete columns
Relational implementer's interface
Relational expressions
Extract a single column
Read CSV files using DuckDB
Read files using DuckDB
Read JSON files using DuckDB
Read Parquet files using DuckDB
Return SQL query as duckdb_tibble
Objects exported from other packages
Change column order
Rename columns
Right join
Keep or drop columns using their names and types
Semi join
Set difference
Subset rows using their positions
Show stats
Summarise each group down to one row
Symmetric difference
Create, modify, and delete columns
Union of all
Union
Verbs not implemented in duckplyr
A drop-in replacement for 'dplyr', powered by 'DuckDB' for performance. Offers convenient utilities for working with in-memory and larger-than-memory data while retaining full 'dplyr' compatibility.
Useful links