duckplyr1.1.3 package

A 'DuckDB'-Backed Version of 'dplyr'

anti_join.duckplyr_df

Anti join

arrange.duckplyr_df

Order rows using column values

as_duckplyr_df

Convert to a duckplyr data frame

as_tbl

Convert a duckplyr frame to a dbplyr table

collect.duckplyr_df

Force conversion to a data frame

compute_csv

Compute results to a CSV file

compute_parquet

Compute results to a Parquet file

compute.duckplyr_df

Compute results

config

Configuration options

count.duckplyr_df

Count the observations in each group

db_exec

Execute a statement for the default connection

df_from_file

Read Parquet, CSV, and other files using DuckDB

distinct.duckplyr_df

Keep distinct/unique rows

duckdb_tibble

duckplyr data frames

duckplyr_execute

Execute a statement for the default connection

duckplyr-package

duckplyr: A 'DuckDB'-Backed Version of 'dplyr'

explain.duckplyr_df

Explain details of a tbl

fallback

Fallback to dplyr

filter.duckplyr_df

Keep rows that match a condition

flights_df

Flight data

full_join.duckplyr_df

Full join

head.duckplyr_df

Return the First Parts of an Object

inner_join.duckplyr_df

Inner join

intersect.duckplyr_df

Intersect

is_duckplyr_df

Class predicate for duckplyr data frames

last_rel

Retrieve details about the most recent computation

left_join.duckplyr_df

Left join

methods_overwrite

Forward all dplyr methods to duckplyr

mutate.duckplyr_df

Create, modify, and delete columns

new_relational

Relational implementer's interface

new_relexpr

Relational expressions

pull.duckplyr_df

Extract a single column

read_csv_duckdb

Read CSV files using DuckDB

read_file_duckdb

Read files using DuckDB

read_json_duckdb

Read JSON files using DuckDB

read_parquet_duckdb

Read Parquet files using DuckDB

read_sql_duckdb

Return SQL query as duckdb_tibble

reexports

Objects exported from other packages

relocate.duckplyr_df

Change column order

rename.duckplyr_df

Rename columns

right_join.duckplyr_df

Right join

select.duckplyr_df

Keep or drop columns using their names and types

semi_join.duckplyr_df

Semi join

setdiff.duckplyr_df

Set difference

slice_head.duckplyr_df

Subset rows using their positions

stats_show

Show stats

summarise.duckplyr_df

Summarise each group down to one row

symdiff.duckplyr_df

Symmetric difference

transmute.duckplyr_df

Create, modify, and delete columns

union_all.duckplyr_df

Union of all

union.duckplyr_df

Union

unsupported

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.

  • Maintainer: Kirill Müller
  • License: MIT + file LICENSE
  • Last published: 2025-11-04