| ext_install_manual | R Documentation |
Looks the extension up in cache. On a hit the cached
.duckdb_extension file is copied into the connection's
extension_directory. On a miss ext_download() is invoked first to
populate the cache, and the freshly-cached file is copied.
ext_install_manual(
name,
cache = ext_cache(),
repo = "core",
conn = conn_default()
)
name |
Character scalar. Extension name. |
cache |
An |
repo |
|
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.