| ensure_azure_exts | R Documentation |
Loads the azure extension and, optionally, the delta extension on
conn. Does not auto-install.
ensure_azure_exts(conn, delta = FALSE)
conn |
A DuckDB connection. |
delta |
Logical. Also load the |
Invisibly returns NULL; called for its side effect of loading the
azure (and optionally delta) extension onto conn.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.