| ext_dir | R Documentation |
Returns the path where DuckDB stores installed extension files.
This is determined by the extension_directory setting.
ext_dir(conn = conn_default())
conn |
A DuckDB connection. Defaults to |
Character scalar. Path to the extension directory.
conn <- DBI::dbConnect(duckdb::duckdb())
ext_dir(conn)
DBI::dbDisconnect(conn, shutdown = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.