/ducker

Extended R Interface for DuckDB

OtherNOASSERTION

ducker

commits R-CMD-check

The goal of ducker is to provide a selection of helper functions to ease the use of the DuckDB database management system in R.

Installation

You can install the development version of ducker from R-universe with:

# Enable universe(s) by rsund
options(repos = c(
  rsund = 'https://rsund.r-universe.dev',
  CRAN = 'https://cloud.r-project.org',
  options()$repos))

# Install the package
install.packages('ducker')