| az_schema | R Documentation |
Uses DuckDB's DESCRIBE SELECT over a remote scan and returns only column
names and DuckDB types.
az_schema(conn, url, format = NULL)
conn |
A DuckDB connection. |
url |
Character scalar. Azure Blob URL. |
format |
Optional format override. One of |
A tibble-like data frame with columns name and type.
## Not run:
# Requires a live Azure account, credentials, and network access.
conn <- az_conn()
az_schema(conn, "abfss://container@account/data/*.parquet")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.