| az_write_parquet | R Documentation |
Thin convenience wrapper around az_copy_to() with
format = "parquet".
az_write_parquet(conn, x, url, partition_by = NULL, overwrite = FALSE)
conn |
A DuckDB connection. |
x |
A lazy |
url |
Character scalar. Azure Blob URL to write to. |
partition_by |
Optional character vector of columns to partition by. |
overwrite |
Logical. When |
Invisibly returns url.
## Not run:
# Requires a live Azure account, credentials, and network access.
conn <- az_conn()
az_write_parquet(conn, data.frame(x = 1:3), "abfss://container@account/x")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.