| repo_ext_url | R Documentation |
Pure URL builder — no I/O, no connection required. Concatenates the
repository base URL, DuckDB version, platform, and extension filename with
/ (correct for URLs on all platforms).
repo_ext_url(repo_url, version, platform, name)
repo_url |
Character scalar. Repository base URL. |
version |
Character scalar. DuckDB version string (e.g. |
platform |
Character scalar. Platform string (e.g. |
name |
Character scalar. Extension name (e.g. |
Character scalar. Full URL to the .duckdb_extension.gz file.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.