View source: R/duckdb_config.R
duckdb_extensions | R Documentation |
show duckdb extensions
duckdb_extensions(conn = cached_connection())
conn |
A connection to a database. |
a data frame listing all available extensions, with boolean columns indicating which extensions are installed or loaded, and a description of each extension.
duckdb_extensions()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.