Skip to contents

Loads the package-owned rclinvarbitration extension. Its native clinvar_xml_entities(path) table function and rclinvar_json_field() scalar are the compact, ClinVar-specific one-pass staging surface used by rclinvarbitration_import_xml(). The connection must have been created with duckdb::duckdb(config = list(allow_unsigned_extensions = "true")), as for any locally built DuckDB extension.

Usage

rclinvarbitration_enable(con, extension_path = NULL)

Arguments

con

A DuckDB DBI connection.

extension_path

Optional explicit exact-version extension path.

Value

con, invisibly.