Enable native ClinVar XML scanning on a DuckDB connection
Source:R/connection.R
rclinvarbitration_enable.RdLoads 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.