| ext_install_sql | R Documentation |
Install an extension via DuckDB's SQL INSTALL command
ext_install_sql(
name,
repo = c("core", "community"),
repo_url = NULL,
conn = conn_default()
)
name |
Character scalar. Extension name. |
repo |
|
repo_url |
Character scalar or |
conn |
A DuckDB connection. |
Invisibly returns conn.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.