Skip to contents

Compatibility wrapper around rduckhts_connect() and rduckhts_load(). Prefer the rduckhts_* functions in new code.

Usage

duckhts_load(con = NULL, extension_path = NULL)

Arguments

con

An existing DuckDB connection, or NULL to create a package-owned connection with rduckhts_connect().

extension_path

Explicit path to the .duckdb_extension file. If NULL, uses the default location in the installed package.

Value

The DuckDB connection (invisibly).