Compatibility wrapper around rduckhts_connect() and
rduckhts_load(). Prefer the rduckhts_* functions in new code.
Arguments
- con
An existing DuckDB connection, or
NULLto create a package-owned connection withrduckhts_connect().- extension_path
Explicit path to the
.duckdb_extensionfile. IfNULL, uses the default location in the installed package.