| az_exists | R Documentation |
For an exact file or glob pattern, checks whether DuckDB's glob() returns
at least one match. For a plain path, also probes url/** so dataset
prefixes count as existing when they contain at least one object.
az_exists(conn, url)
conn |
A DuckDB connection. |
url |
Character scalar. Azure Blob URL or glob pattern. |
Logical scalar.
## Not run:
# Requires a live Azure account, credentials, and network access.
conn <- az_conn()
az_exists(conn, "abfss://container@account/data/sales")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.