R/duckdb.R

#' DuckDB client package for R
#'
#' R client package for DuckDB: an embeddable SQL OLAP Database Management System.
#'
#' @seealso
#' [duckdb()] for connection instructions.
#'
#' <https://duckdb.org/> for the project website.
#'
## usethis namespace: start
#' @useDynLib duckdb, .registration = TRUE
## usethis namespace: end
#' @docType package
#' @name duckdb-package
NULL

Try the duckdb package in your browser

Any scripts or data that you put into this service are public.

duckdb documentation built on Nov. 17, 2023, 5:08 p.m.