| az_conn | R Documentation |
Opens a DuckDB connection and installs the azure and delta extensions.
No secret is registered — use az_set_token_secret(), az_set_sp_secret(),
or az_set_chain_secret() to supply credentials afterwards.
az_conn(conn = NULL)
conn |
An existing DuckDB connection to configure. When |
A DuckDB connection. The caller owns its lifetime; disconnect with
DBI::dbDisconnect(conn, shutdown = TRUE).
## Not run:
# Requires a live Azure account, credentials, and network access.
conn <- az_conn() |>
az_set_token_secret(token = my_token)
DBI::dbDisconnect(conn, shutdown = TRUE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.