| az_glob | R Documentation |
Uses DuckDB's glob() table function over Azure storage.
az_glob(conn, pattern)
conn |
A DuckDB connection. |
pattern |
Character scalar. |
Character vector of matching paths.
## Not run:
# Requires a live Azure account, credentials, and network access.
conn <- az_conn()
az_glob(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.