| ext_url | R Documentation |
Combines a repository base URL with the running DuckDB version and platform
to produce the full path to an extension archive. When repo_url is
supplied it overrides the configured repo URL.
ext_url(
ext,
repo = c("core", "community"),
repo_url = NULL,
conn = conn_default()
)
ext |
Character scalar. Extension name. |
repo |
|
repo_url |
Optional character scalar. Explicit base URL overriding
|
conn |
A DuckDB connection. Defaults to |
A character scalar URL.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.