The goal of this repo is to provide supplementary material for the presentation at posit::conf(2025) on duckplyr in Atlanta, GA, on September 17, 2025.
- Clone the repository.
- Open the project in Positron, RStudio, or your favorite IDE.
- (Optional.) Run
scripts/00-isolate.R
to create an empty project-local library. Restart the IDE. - Run
scripts/01-install.R
to install the required packages. - Open and run the other scripts in the
scripts/
directory.
-
https://github.com/tidyverse/duckplyr: duckplyr GitHub repository
-
https://duckplyr.tidyverse.org/: duckplyr documentation
-
https://duckdb.org/: DuckDB official website
-
https://cynkra.github.io/dd/: dd package (help for DuckDB functions)
-
Video: FIXME