Locate a version-matched RClinVarbitration DuckDB extension
Source:R/connection.R
rclinvarbitration_extension_path.RdThe package uses DuckDB's unstable C extension ABI for its streaming table function, so it bundles one artifact per supported exact engine release.
Arguments
- duckdb_version
Exact DuckDB version, with or without a
vprefix.NULLselects the version reported by the installedduckdbpackage.- duckdb_platform
Exact platform reported by
PRAGMA platform.NULLqueries a temporary connection to the installedduckdbpackage. DuckDB distinguisheswindows_amd64from R-devel'swindows_amd64_mingweven though both artifacts contain the same MinGW-built machine code.