db_duck_connect: Create a DuckDB connection

View source: R/duckdb.R

db_duck_connectR Documentation

Create a DuckDB connection

Description

Create a DuckDB connection

Usage

db_duck_connect(
  db_path = NULL,
  file_name = NULL,
  read_only = FALSE,
  config = list()
)

Arguments

db_path

if not 'NULL' path to database

read_only

Set to TRUE for read-only operation

config

Named list with DuckDB configuration flag


abresler/asbtools documentation built on July 28, 2022, 11:04 p.m.